mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	Remove expose PostgreSQL port on production docker-compose file
This commit is contained in:
		
							parent
							
								
									ef097d15dd
								
							
						
					
					
						commit
						2f2db74d73
					
				@ -82,8 +82,6 @@ services:
 | 
				
			|||||||
      PG_DATA: /var/lib/postgresql/data
 | 
					      PG_DATA: /var/lib/postgresql/data
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - pgdata:/var/lib/postgresql/data
 | 
					      - pgdata:/var/lib/postgresql/data
 | 
				
			||||||
    ports:
 | 
					 | 
				
			||||||
      - 5432:5432
 | 
					 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - immich-network
 | 
					      - immich-network
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user