Skip to content

Commit a50f5c9

Browse files
authored
Add missing Traefik load balancer port configuration
1 parent 369ad75 commit a50f5c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ services:
9393
- "3000:80"
9494
labels:
9595
traefik.docker.network: coolify
96+
traefik.http.services.frontend.loadbalancer.server.port: "80" # MISSING PIECE
9697
depends_on:
9798
- core-orbits
9899
- routing

0 commit comments

Comments
 (0)