Skip to content

Commit 93a4c14

Browse files
authored
Fix port mapping comment for frontend service
1 parent f4e5f62 commit 93a4c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ services:
105105
frontend:
106106
image: ghcr.io/tamtunnel/constellation-hub/frontend:${IMAGE_TAG:-latest}
107107
ports:
108-
- "3000:80" # Use 3000:3000 for Coolify (Traefik uses left side for routing)
108+
- "3000:80" # Use 3000:80 for Coolify (Traefik uses left side for routing)
109109
labels:
110110
# Tell Traefik to connect to port 3000 inside the container (nginx)
111111
# This is only used by Coolify/Traefik and ignored in plain docker compose

0 commit comments

Comments
 (0)