This commit is contained in:
valentin
2023-03-22 17:02:19 +01:00
parent e80e38e14d
commit 927faa9d90

View File

@@ -15,6 +15,8 @@ services:
- traefik.http.routers.${ROUTER_NAME}-router.entrypoints=${ENTRYPOINT}
- traefik.http.routers.${ROUTER_NAME}-router.rule=Host(`${APP_HOST}`)
- traefik.http.routers.${ROUTER_NAME}-router.tls=true
networks:
- traefik_web
volumes:
piwigo_gallery: {}
piwigo_config: {}