removed unnecessary port remapping
This commit is contained in:
parent
78d16cbb11
commit
ebc33cc20b
|
@ -5,7 +5,9 @@ services:
|
|||
container_name: conductorserver
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "9090:8080"
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- "loadExample=false"
|
||||
networks:
|
||||
- orchestrator
|
||||
pyworkers:
|
||||
|
|
Loading…
Reference in New Issue