mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
traefik takes advantage of docker expose port
This commit is contained in:
@@ -16,8 +16,7 @@ services:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.shaarli.rule=Host(`${HOST_SHAARLI}.${DOMAIN}`)
|
||||
- traefik.http.routers.shaarli.entrypoints=https
|
||||
- traefik.http.routers.shaarli.tls=true
|
||||
- traefik.http.services.shaarli.loadbalancer.server.port=80
|
||||
- traefik.http.routers.shaarli.tls=true
|
||||
|
||||
volumes:
|
||||
shaarli-data:
|
||||
|
||||
Reference in New Issue
Block a user