mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Implemented static IP's to solve fastcgi bug in nextcloud. https://chatgpt.com/c/67aa957f-03fc-800f-b092-9b219e36c260
This commit is contained in:
		| @@ -17,7 +17,7 @@ services: | ||||
| {% include 'roles/docker-compose/templates/services/base.yml.j2' %} | ||||
| {% include 'templates/docker/container/depends-on-database-redis.yml.j2' %} | ||||
| {% include 'templates/docker/container/networks.yml.j2' %} | ||||
|         ipv4_address: 192.168.102.66 | ||||
|         ipv4_address: 192.168.102.69 | ||||
|  | ||||
|   web: | ||||
|     image: nginx:alpine | ||||
| @@ -56,7 +56,7 @@ services: | ||||
|       retries: 3 | ||||
| {% include 'templates/docker/container/depends-on-database-redis.yml.j2' %} | ||||
| {% include 'templates/docker/container/networks.yml.j2' %} | ||||
|         ipv4_address: 192.168.102.68 | ||||
|         ipv4_address: 192.168.102.70 | ||||
|  | ||||
| {% include 'templates/docker/compose/volumes.yml.j2' %} | ||||
|   data: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user