fix: update port mapping for website service in Docker Compose
Some checks failed
Deploy / deploy (push) Failing after 25s
Some checks failed
Deploy / deploy (push) Failing after 25s
This commit is contained in:
parent
e69443ea2e
commit
9006dae333
1 changed files with 1 additions and 5 deletions
|
|
@ -5,9 +5,5 @@ services:
|
|||
image: localhost/adrian-altner.de:latest
|
||||
container_name: adrian-altner.de
|
||||
ports:
|
||||
- "4321:4321"
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
HOST: 0.0.0.0
|
||||
PORT: 4321
|
||||
- "4321:80"
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue