fix trailing slash

This commit is contained in:
d34dscene
2024-08-29 20:01:46 +02:00
parent 7c7fc394b1
commit 9e39646630
2 changed files with 5 additions and 1 deletions

View File

@@ -9,7 +9,10 @@ services:
- --username=admin # use if you want to enable basicauth on traefik
- --password=admin
ports:
- 3000:3000
- 3000:3000 # remove this if you want to use traefik
labels:
- traefik.enable=true
- traefik.http.routers.mantrae.rule=Host(`mantrae.example.com`)
networks:
- proxy
restart: always