This commit is contained in:
Émilien Devos
2021-08-12 19:57:25 +00:00
committed by GitHub
parent f79de5d3c1
commit a73df6cc87

View File

@ -64,7 +64,7 @@ services:
POSTGRES_USER: kemal
POSTGRES_PASSWORD: kemal
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER"]
invidious:
image: quay.io/invidious/invidious:latest
restart: always