mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Added correct database parameter
This commit is contained in:
		@@ -30,7 +30,7 @@ services:
 | 
			
		||||
      - POSTGRES_DB=matrix
 | 
			
		||||
      - POSTGRES_USER=matrix
 | 
			
		||||
      - POSTGRES_PASSWORD={{matrix_database_password}}
 | 
			
		||||
      - POSTGRES_INITDB_ARGS='--encoding=UTF-8 --lc-collate=C --lc-ctype=C'
 | 
			
		||||
      - POSTGRES_INITDB_ARGS=--encoding=UTF8 --locale=C
 | 
			
		||||
    healthcheck:
 | 
			
		||||
      test: ["CMD-SHELL", "pg_isready -U matrix"]
 | 
			
		||||
      interval: 10s
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user