mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
Revert "db listen address to 127.0.0.1:5432"
This reverts commit 19eaadbe3f
.
This commit is contained in:
parent
ea75a82a20
commit
2dcfb7e737
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ services:
|
|||
test: pg_isready -U postgres
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
ports:
|
||||
- "127.0.0.1:5432:5432"
|
||||
volumes:
|
||||
- postgres_tmp:/var/run/postgresql
|
||||
- postgres_data_v14:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Reference in a new issue