mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-14 00:28:31 +00:00
Use $$VAR so it's expanded by the shell, not docker
This commit is contained in:
parent
d17d71719b
commit
ada7a736f9
@ -12,7 +12,7 @@ services:
|
|||||||
POSTGRES_PASSWORD: kemal
|
POSTGRES_PASSWORD: kemal
|
||||||
POSTGRES_USER: kemal
|
POSTGRES_USER: kemal
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U $POSTGRES_USER"]
|
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER"]
|
||||||
invidious:
|
invidious:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
Loading…
Reference in New Issue
Block a user