Update docker-compose.yaml

corrected the listening port in the traefik label
This commit is contained in:
2026-05-28 11:58:29 -05:00
parent 34ab8bccc6
commit 8124b2ae6a
+1 -1
View File
@@ -12,7 +12,7 @@ services:
# Pulling the security rules dynamically from our file provider setup # Pulling the security rules dynamically from our file provider setup
- "traefik.http.routers.audiobooks.middlewares=geoblock-policy@file,crowdsec-policy@file,secure-headers@file" - "traefik.http.routers.audiobooks.middlewares=geoblock-policy@file,crowdsec-policy@file,secure-headers@file"
- "traefik.http.services.audiobooks.loadbalancer.server.port=8001" - "traefik.http.services.audiobooks.loadbalancer.server.port=13378"
ports: ports:
- 13378:80 - 13378:80