mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-30 20:22:00 +00:00 
			
		
		
		
	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
	 hirn-lego
					hirn-lego