1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

Strip the path when accessing the webmail

This commit is contained in:
kaiyou 2017-09-17 19:19:58 +02:00
parent 8fc080898b
commit 5c45aa6b38

View File

@ -109,7 +109,7 @@ services:
image: "mailu/$WEBMAIL:$VERSION"
labels:
- traefik.enable=true
- traefik.frontend.rule=Host:$HOSTNAME;PathPrefix:/webmail/
- traefik.frontend.rule=Host:$HOSTNAME;PathPrefixStrip:/webmail/
- traefik.port=80
restart: always
env_file: .env