Updated docker-compose.yml to change the port mapping from 8000 to 8010 for the worker service.

This commit is contained in:
Lars 2026-01-31 18:15:15 +01:00
parent 9dd44af2d4
commit 3542e4564b

View File

@ -5,7 +5,7 @@ services:
context: . context: .
dockerfile: Dockerfile.worker dockerfile: Dockerfile.worker
ports: ports:
- "8000:8000" - "8010:8000"
env_file: env_file:
- .env - .env
environment: environment: