1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00

db listen address to 127.0.0.1:5432

This commit is contained in:
Nebel 2022-05-30 01:47:20 +09:00
parent 23152c456a
commit 19eaadbe3f

View file

@ -32,6 +32,8 @@ 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