Don't expose API port to the outside world

This commit is contained in:
Ske 2019-12-22 00:42:06 +01:00
parent d4c1a6b1fc
commit d711482239

View File

@ -24,7 +24,7 @@ services:
links:
- db
ports:
- 2838:5000
- "127.0.0.1:2838:5000"
restart: always
db:
image: postgres:11-alpine