fix: fix of docker container
This commit is contained in:
parent
362074faa4
commit
e82cc31b4e
@ -20,6 +20,7 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "5001:5001"
|
||||
networks:
|
||||
- jobot
|
||||
|
@ -17,6 +17,8 @@ services:
|
||||
dockerfile: JOBot.Backend/Dockerfile
|
||||
depends_on:
|
||||
- postgres
|
||||
ports:
|
||||
- "5000:5000"
|
||||
networks:
|
||||
- jobot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user