Fixed port problems in docker-compose
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
This commit is contained in:
parent
7ef9a86d3e
commit
1d4d788fbd
|
|
@ -3,8 +3,6 @@ services:
|
|||
image: git.georgew.dev/georgew/portfolio:latest
|
||||
container_name: portfolio_app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue