Skip to content

Commit 5f2eddb

Browse files
authored
Update docker-compose.yml
1 parent fea301f commit 5f2eddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
restart: unless-stopped
66
ports:
77
- "3456:3000" # HTTPS — access via https://your-server-ip:3456
8-
- "3457:3001" # HTTP redirect (optional, redirects to 3456)
8+
# Port 3002 is NOT exposed — it's internal healthcheck only
99
volumes:
1010
- andromeda-data:/data
1111
environment:

0 commit comments

Comments
 (0)