fix: update port mapping for website service in Docker Compose
Some checks failed
Deploy / deploy (push) Failing after 25s

This commit is contained in:
Adrian Altner 2026-04-22 18:12:55 +02:00
parent e69443ea2e
commit 9006dae333

View file

@ -5,9 +5,5 @@ services:
image: localhost/adrian-altner.de:latest image: localhost/adrian-altner.de:latest
container_name: adrian-altner.de container_name: adrian-altner.de
ports: ports:
- "4321:4321" - "4321:80"
environment:
NODE_ENV: production
HOST: 0.0.0.0
PORT: 4321
restart: unless-stopped restart: unless-stopped