forked from midou/invidious
Added -d parameter for dbname to postgres-container healthcheck (#2571)
Co-authored-by: Sebastian <sbeck@darklxserver>
This commit is contained in:
parent
6cabc96f75
commit
21879da80d
@ -12,7 +12,7 @@ services:
|
||||
POSTGRES_PASSWORD: kemal
|
||||
POSTGRES_USER: kemal
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER $$POSTGRES_DB"]
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
|
||||
invidious:
|
||||
build:
|
||||
context: .
|
||||
|
Loading…
Reference in New Issue
Block a user