variable doesn't work here

This commit is contained in:
seriousm4x
2021-10-15 10:21:25 +02:00
committed by GitHub
parent 1de1d407a3
commit 5e010b29dd

View File

@@ -39,7 +39,7 @@ services:
- "POSTGRES_PASSWORD=upsnap"
- "POSTGRES_DB=upsnap"
healthcheck:
test: pg_isready -U $POSTGRES_USER
test: pg_isready -U upsnap
interval: 10s
volumes:
- upsnap_db:/var/lib/postgresql/data