Don't expose API port to the outside world
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
|||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
- 2838:5000
|
- "127.0.0.1:2838:5000"
|
||||||
restart: always
|
restart: always
|
||||||
db:
|
db:
|
||||||
image: postgres:11-alpine
|
image: postgres:11-alpine
|
||||||
|
Reference in New Issue
Block a user