pwigo fix network

This commit is contained in:
valentin
2023-03-22 17:04:36 +01:00
parent 927faa9d90
commit c19679118b

View File

@@ -15,8 +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
networks:
- traefik_web
volumes:
piwigo_gallery: {}
piwigo_config: {}