mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-30 20:22:00 +00:00 
			
		
		
		
	Merge pull request #3007 from iv-org/TheFrenchGhosty-postgres13
Set the Postgres version to 13 as a temporary workaround for #2938
This commit is contained in:
		| @@ -39,7 +39,7 @@ services: | ||||
|       - invidious-db | ||||
|  | ||||
|   invidious-db: | ||||
|     image: docker.io/library/postgres:14 | ||||
|     image: docker.io/library/postgres:13 | ||||
|     restart: unless-stopped | ||||
|     volumes: | ||||
|       - postgresdata:/var/lib/postgresql/data | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 TheFrenchGhosty
					TheFrenchGhosty