fix: docker-compose.yml
All checks were successful
Docker / build-and-push (push) Successful in 3m1s

This commit is contained in:
Fredrik Johansson
2026-07-16 15:29:34 +02:00
parent 5a5c0da8a6
commit 6e53ae1cc9

View File

@@ -5,7 +5,7 @@ services:
restart: unless-stopped
pull_policy: always
ports:
- "${HOST_PORT:-3050}:3090"
- "${HOST_PORT:-3090}:3000"
environment:
- DEVELOP_MIN_HOURS=${DEVELOP_MIN_HOURS:-2}
- DEVELOP_MAX_HOURS=${DEVELOP_MAX_HOURS:-48}