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:
parent
8fc080898b
commit
5c45aa6b38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user