remove port mapping for postgres
This commit is contained in:
@@ -6,9 +6,6 @@ services:
|
||||
- POSTGRES_DB=line_of_sight
|
||||
- POSTGRES_USER=line_of_sight
|
||||
- POSTGRES_PASS=line_of_sight_pass
|
||||
- ALLOW_IP_RANGE=0.0.0.0/0
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql
|
||||
- ./docker/init.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
|
||||
Reference in New Issue
Block a user