mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 21:58:29 -06:00 
			
		
		
		
	docker: fix port forwarding
Previous version resulted in ERR_CONNECTION_REFUSED.
This commit is contained in:
		
							parent
							
								
									f99a7b2a8c
								
							
						
					
					
						commit
						13d2343f0a
					
				@ -13,7 +13,7 @@ services:
 | 
				
			|||||||
      dockerfile: docker/Dockerfile
 | 
					      dockerfile: docker/Dockerfile
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "127.0.0.1:3000:3000"
 | 
					      - "3000:3000"
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
      - postgres
 | 
					      - postgres
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user