Fix the docker-compose.yml so that / is handled by the admin container

This commit is contained in:
kaiyou
2017-09-16 18:12:21 +02:00
parent a08185911d
commit a138bed95e
2 changed files with 2 additions and 2 deletions

View File

@@ -73,4 +73,4 @@ app.register_blueprint(admin.app, url_prefix='/admin')
@app.route("/")
def index():
return flask.redirect("/webmail")
return flask.redirect("/webmail/")