1
0
Fork 0
mirror of https://github.com/iv-org/documentation.git synced 2025-06-26 23:50:31 -04:00
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