Use $$VAR so it's expanded by the shell, not docker

This commit is contained in:
Samantaz Fox 2021-08-03 15:12:23 +02:00 committed by GitHub
parent d17d71719b
commit ada7a736f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ services:
POSTGRES_PASSWORD: kemal
POSTGRES_USER: kemal
healthcheck:
test: ["CMD-SHELL", "pg_isready -U $POSTGRES_USER"]
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER"]
invidious:
build:
context: .