adding network host for testing
This commit is contained in:
		@@ -4,6 +4,8 @@ services:
 | 
				
			|||||||
  martillo-maldito:
 | 
					  martillo-maldito:
 | 
				
			||||||
    image: martillo-maldito:latest
 | 
					    image: martillo-maldito:latest
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
 | 
					    network_mode: "host"
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    build:
 | 
					    build:
 | 
				
			||||||
      context: .
 | 
					      context: .
 | 
				
			||||||
    pull_policy: build
 | 
					    pull_policy: build
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user