Updated docker-compose.yml to change the port mapping from 8000 to 8010 for the worker service.
This commit is contained in:
parent
9dd44af2d4
commit
3542e4564b
|
|
@ -5,7 +5,7 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile.worker
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8010:8000"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user