mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-30 18:11:10 +01:00 
			
		
		
		
	alias
This commit is contained in:
		| @@ -13,7 +13,7 @@ services: | ||||
|       ports: | ||||
|           - 85:80 | ||||
|       container_name: octoprint1 | ||||
|       image: octoprint/octoprint:latest | ||||
|       image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest | ||||
|       labels: | ||||
|         - com.centurylinklabs.watchtower.enable=true | ||||
|         - homepage.group=Utilities | ||||
| @@ -40,7 +40,7 @@ services: | ||||
|       ports: | ||||
|           - 86:80 | ||||
|       container_name: octoprint2 | ||||
|       image: octoprint/octoprint:latest | ||||
|       image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest | ||||
|       labels: | ||||
|         - com.centurylinklabs.watchtower.enable=true | ||||
|         - homepage.group=Utilities | ||||
|   | ||||
		Reference in New Issue
	
	Block a user