mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Removed bootstrap @see https://git.zknt.org/dockers/pixelfed/issues/18
This commit is contained in:
		| @@ -13,7 +13,6 @@ services: | ||||
|       - ./env | ||||
|     volumes: | ||||
|       - "data:/var/www/storage" | ||||
|       - "bootstrap:/var/www/bootstrap" | ||||
|       - "./env:/var/www/.env" | ||||
|     ports: | ||||
|       - "{{http_port}}:80" | ||||
| @@ -28,7 +27,6 @@ services: | ||||
|       - ./env | ||||
|     volumes: | ||||
|       - "data:/var/www/storage" | ||||
|       - "bootstrap:/var/www/bootstrap" | ||||
|       - "./env:/var/www/.env" | ||||
|     entrypoint: /worker-entrypoint.sh | ||||
|     healthcheck: | ||||
| @@ -44,6 +42,5 @@ services: | ||||
| {% include 'templates/docker/compose/volumes.yml.j2' %} | ||||
|   redis: | ||||
|   data: | ||||
|   bootstrap: | ||||
|  | ||||
| {% include 'templates/docker/compose/networks.yml.j2' %} | ||||
		Reference in New Issue
	
	Block a user