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