You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Update postgres Docker tag to v16 (#9289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		| @@ -6,7 +6,7 @@ version: '3' | ||||
|  | ||||
| services: | ||||
|     db: | ||||
|         image: postgres:15 | ||||
|         image: postgres:16 | ||||
|         command: postgres -c work_mem=100000 | ||||
|         ports: | ||||
|             - "5432:5432" | ||||
|   | ||||
| @@ -18,7 +18,7 @@ services: | ||||
|             - POSTGRES_PORT=5432 | ||||
|             - POSTGRES_HOST=localhost | ||||
|     db: | ||||
|         image: postgres:15 | ||||
|         image: postgres:16 | ||||
|         ports: | ||||
|             - "5432:5432" | ||||
|         environment: | ||||
|   | ||||
| @@ -19,7 +19,7 @@ version: '3' | ||||
|  | ||||
| services: | ||||
|     db: | ||||
|         image: postgres:15 | ||||
|         image: postgres:16 | ||||
|         volumes: | ||||
|             - ./data/postgres:/var/lib/postgresql/data | ||||
|         ports: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user