removed unnecessary port remapping

This commit is contained in:
dcore94 2020-07-17 15:50:08 +02:00
parent 78d16cbb11
commit ebc33cc20b
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ services:
container_name: conductorserver container_name: conductorserver
ports: ports:
- "5000:5000" - "5000:5000"
- "9090:8080" - "8080:8080"
environment:
- "loadExample=false"
networks: networks:
- orchestrator - orchestrator
pyworkers: pyworkers: