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
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:
@@ -13,7 +13,7 @@ services:
|
||||
PGID: ${PGID:-10001}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3001:3000"
|
||||
- "3000:3000"
|
||||
environment:
|
||||
# Node environment
|
||||
NODE_ENV: production
|
||||
|
||||
Reference in New Issue
Block a user