1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-02-25 18:15:19 +00:00

set default username postgres

This commit is contained in:
Nebel 2021-10-09 23:07:13 +09:00
parent 56149df398
commit 36f24f5c99

View file

@ -29,7 +29,7 @@ services:
image: postgres:14.0-alpine@sha256:3908426c31b425eceee65541c320ed5e9ad921ea4f30eebff8f9129062bebd28
restart: unless-stopped
healthcheck:
test: pg_isready
test: pg_isready -U postgres
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
volumes: