Fix the docker-compose.yml so that / is handled by the admin container
This commit is contained in:
@@ -73,4 +73,4 @@ app.register_blueprint(admin.app, url_prefix='/admin')
|
||||
|
||||
@app.route("/")
|
||||
def index():
|
||||
return flask.redirect("/webmail")
|
||||
return flask.redirect("/webmail/")
|
||||
|
||||
Reference in New Issue
Block a user