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:
		| @@ -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: . | ||||
|   | ||||
		Reference in New Issue
	
	Block a user