mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Added redis volume
This commit is contained in:
		| @@ -44,6 +44,8 @@ services: | ||||
|   redis: | ||||
|     image: redis:alpine | ||||
|     restart: always | ||||
|     volumes: | ||||
|       - redis:/data | ||||
|   cron: | ||||
|     image: "nextcloud:{{nextcloud_version}}-fpm-alpine" | ||||
|     restart: always | ||||
| @@ -58,6 +60,7 @@ services: | ||||
| volumes: | ||||
|   database: | ||||
|   data: | ||||
|   redis: | ||||
| networks: | ||||
|   default: | ||||
|     driver: bridge | ||||
|   | ||||
		Reference in New Issue
	
	Block a user