changed port 3001 to 3000
Some checks are pending
Build and Push Docker Images (Trusted) / build-and-push (., docker/caddy/Dockerfile, caddy) (push) Waiting to run
Build and Push Docker Images (Trusted) / build-and-push (., docker/l4-port-manager/Dockerfile, l4-port-manager) (push) Waiting to run
Build and Push Docker Images (Trusted) / build-and-push (., docker/web/Dockerfile, web) (push) Waiting to run
Tests / test (push) Waiting to run

This commit is contained in:
2026-04-23 06:52:54 +00:00
parent f861b95c9b
commit c27f4e40a3

View File

@@ -13,7 +13,7 @@ services:
PGID: ${PGID:-10001}
restart: unless-stopped
ports:
- "3001:3000"
- "3000:3000"
environment:
# Node environment
NODE_ENV: production