updating docker-compose
This commit is contained in:
		@@ -2,12 +2,9 @@ version: "3.9"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  martillo-maldito:
 | 
					  martillo-maldito:
 | 
				
			||||||
    image: martillo-maldito:latest
 | 
					    image: git.midefos.com/midefos/martillo-maldito:latest
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    network_mode: "host"
 | 
					    network_mode: "host"
 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    build:
 | 
					 | 
				
			||||||
      context: .
 | 
					 | 
				
			||||||
    pull_policy: build
 | 
					    pull_policy: build
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    cap_add:
 | 
					    cap_add:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user