mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Implemented repository wide restart policy
This commit is contained in:
		| @@ -12,7 +12,7 @@ services: | ||||
|       - 127.0.0.1:{{http_port}}:80 | ||||
|     volumes: | ||||
|       - data:/var/www/html | ||||
|     restart: unless-stopped | ||||
|     restart: {{docker_restart_policy}} | ||||
|     env_file: | ||||
|       - env/run.env | ||||
|     environment: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user