redis: remove exposed ports
This commit is contained in:
		
					parent
					
						
							
								71689f9646
							
						
					
				
			
			
				commit
				
					
						b05d427995
					
				
			
		
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -63,7 +63,6 @@ services:
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    container_name: synapse-worker-federation
 | 
					    container_name: synapse-worker-federation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
  nginx:
 | 
					  nginx:
 | 
				
			||||||
    image: nginx:${NGINX_VERSION}
 | 
					    image: nginx:${NGINX_VERSION}
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
| 
						 | 
					@ -78,7 +77,5 @@ services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  redis:
 | 
					  redis:
 | 
				
			||||||
    image: "redis:latest"
 | 
					    image: "redis:latest"
 | 
				
			||||||
    ports:
 | 
					 | 
				
			||||||
      - "6379:6379/tcp"
 | 
					 | 
				
			||||||
    restart: "unless-stopped"
 | 
					    restart: "unless-stopped"
 | 
				
			||||||
    container_name: redis
 | 
					    container_name: redis
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue