Update docker-compose.yml
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -1,2 +1,16 @@
 | 
			
		||||
---
 | 
			
		||||
version: "3.9"
 | 
			
		||||
version: '3.9'
 | 
			
		||||
services:
 | 
			
		||||
  meshcommander:
 | 
			
		||||
    image: git.sthope.dev/sthope/meshcommander
 | 
			
		||||
    container_name: meshcommander
 | 
			
		||||
    network_mode: bridge
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    ports:
 | 
			
		||||
      - "127.0.0.1:3000:3000"
 | 
			
		||||
    command:
 | 
			
		||||
      - node
 | 
			
		||||
      - meshcommander
 | 
			
		||||
      - --any
 | 
			
		||||
    labels:
 | 
			
		||||
      - com.centurylinklabs.watchtower.enable=true
 | 
			
		||||
		Reference in New Issue
	
	Block a user