Fix API port binding hopefully for good

This commit is contained in:
Ske
2019-07-15 19:08:47 +02:00
parent cabbae0679
commit cc31664f8b
6 changed files with 7 additions and 50 deletions

View File

@@ -18,7 +18,7 @@ services:
links:
- db
ports:
- 2837:80
- 2837:5000
restart: always
api:
build: .
@@ -28,7 +28,7 @@ services:
links:
- db
ports:
- 2838:80
- 2838:5000
restart: always
db:
image: postgres:alpine