Fix wrong docker-service and image name
This commit is contained in:
		
							parent
							
								
									d0840e6171
								
							
						
					
					
						commit
						f136bcb207
					
				@ -60,8 +60,8 @@ Additionally the capability `NET_ADMIN` is required for interacting with interfa
 | 
				
			|||||||
version: '3'
 | 
					version: '3'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  routingTableWGTranslator:
 | 
					  routingtabletowg:
 | 
				
			||||||
    image: ruakij/RoutingTableWGTranslator
 | 
					    image: ruakij/routingtabletowg
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    network_mode: host
 | 
					    network_mode: host
 | 
				
			||||||
    cap_add:
 | 
					    cap_add:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user