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:
parent
56149df398
commit
36f24f5c99
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue