mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	modified docker-compose examples to use the official docker image
This commit is contained in:
		
							parent
							
								
									356f2f5680
								
							
						
					
					
						commit
						be0101d343
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -80,7 +80,8 @@ services:
 | 
				
			||||||
  meshcentral:
 | 
					  meshcentral:
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    container_name: meshcentral
 | 
					    container_name: meshcentral
 | 
				
			||||||
    image: meshcentral
 | 
					    # use the official meshcentral container
 | 
				
			||||||
 | 
					    image: ghcr.io/ylianst/meshcentral:latest
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      # MeshCentral will moan and try everything not to use port 80, but you can also use it if you so desire, just change the config.json according to your needs
 | 
					      # MeshCentral will moan and try everything not to use port 80, but you can also use it if you so desire, just change the config.json according to your needs
 | 
				
			||||||
      - 8086:443
 | 
					      - 8086:443
 | 
				
			||||||
| 
						 | 
					@ -121,7 +122,8 @@ services:
 | 
				
			||||||
  meshcentral:
 | 
					  meshcentral:
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    container_name: meshcentral
 | 
					    container_name: meshcentral
 | 
				
			||||||
    image: meshcentral
 | 
					    # use the official meshcentral container
 | 
				
			||||||
 | 
					    image: ghcr.io/ylianst/meshcentral:latest
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
      - mongodb
 | 
					      - mongodb
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue