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:
		| @@ -13,12 +13,12 @@ services: | ||||
|     ports: | ||||
|       - 8084:80 | ||||
|       - 4437:443 | ||||
|     restart: always | ||||
|     restart: ${RESTART:-unless-stopped} | ||||
|     labels: | ||||
|       com.centurylinklabs.watchtower.enable: true | ||||
|   web: | ||||
|     image: ${DOCKER_REGISTRY:-}nginx:latest | ||||
|     restart: always | ||||
|     restart: ${RESTART:-unless-stopped} | ||||
|     volumes: | ||||
|  | ||||
|      - /share/docker_data/webhub:/usr/share/nginx/html | ||||
|   | ||||
		Reference in New Issue
	
	Block a user