mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-29 17:50:07 +01:00 
			
		
		
		
	alias
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| version: "2.1" | ||||
| services: | ||||
|   heimdall: | ||||
|     image: lscr.io/linuxserver/heimdall:latest | ||||
|     image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/heimdall:latest | ||||
|     container_name: heimdall | ||||
|     environment: | ||||
|       - PUID=1000 | ||||
| @@ -18,7 +18,7 @@ services: | ||||
|     labels: | ||||
|       com.centurylinklabs.watchtower.enable: true | ||||
|   web: | ||||
|     image: nginx:latest | ||||
|     image: ${DOCKER_REGISTRY:-}nginx:latest | ||||
|     restart: always | ||||
|     volumes: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user