This commit is contained in:
Émilien Devos 2021-08-12 19:57:25 +00:00 committed by GitHub
parent f79de5d3c1
commit a73df6cc87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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