mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-03 18:49:20 +00:00 
			
		
		
		
	tests: remove remaining unneeded container config
This commit is contained in:
		@@ -1,6 +1,3 @@
 | 
			
		||||
include:
 | 
			
		||||
  - ../compose.base.yml
 | 
			
		||||
 | 
			
		||||
networks:
 | 
			
		||||
  default:
 | 
			
		||||
    name: test_events-net
 | 
			
		||||
@@ -24,5 +24,3 @@ services:
 | 
			
		||||
      VIRTUAL_HOST: "host-network.nginx-proxy.tld"
 | 
			
		||||
      VIRTUAL_PORT: "8080"
 | 
			
		||||
    network_mode: host
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,5 @@
 | 
			
		||||
services:
 | 
			
		||||
  nginx-proxy:
 | 
			
		||||
    image: nginxproxy/nginx-proxy:test
 | 
			
		||||
    container_name: nginx-proxy
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /var/run/docker.sock:/tmp/docker.sock:ro
 | 
			
		||||
    environment:
 | 
			
		||||
      HTTP_PORT: 8888
 | 
			
		||||
    network_mode: host
 | 
			
		||||
		Reference in New Issue
	
	Block a user