1
mirror of https://gitlab.com/commento/commento.git synced 2025-04-27 18:20:29 -04:00

docker-compose.yml: remove db ports exposure

This commit is contained in:
Adhityaa Chandrasekar 2019-02-18 18:35:28 -05:00
parent af1d1dcd0c
commit 15d729c6ac

View File

@ -19,8 +19,6 @@ services:
POSTGRES_DB: commento
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
networks:
- db_network
volumes: