Update docker-compose.yaml
corrected the listening port in the traefik label
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user