Fixed port problems in docker-compose
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-01-26 15:54:35 +01:00
parent 7ef9a86d3e
commit 1d4d788fbd

View file

@ -3,8 +3,6 @@ services:
image: git.georgew.dev/georgew/portfolio:latest image: git.georgew.dev/georgew/portfolio:latest
container_name: portfolio_app container_name: portfolio_app
restart: unless-stopped restart: unless-stopped
ports:
- "3000:3000"
environment: environment:
- NODE_ENV=production - NODE_ENV=production
networks: networks: