mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-27 10:45:39 -04:00
docker-compose.yml: remove db ports exposure
This commit is contained in:
@ -19,8 +19,6 @@ services:
|
||||
POSTGRES_DB: commento
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
networks:
|
||||
- db_network
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user