From f4242a5d95cea23fe181718af5223af6d4bf455b Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 26 Jan 2026 10:21:35 +0000 Subject: [PATCH] chore: rename docker volume --- docker-compose.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 229275c..e3c32ea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,8 @@ services: image: redis:8.4.0-alpine container_name: nextcloud-redis restart: always + volumes: + - redis:/data networks: - nextcloud @@ -26,7 +28,7 @@ services: - nextcloud-redis restart: always volumes: - - nextcloud:/var/www/html + - app:/var/www/html - ./app/config:/var/www/html/config - ./app/custom_apps:/var/www/html/custom_apps - ./app/data:/var/www/html/data @@ -44,7 +46,7 @@ services: restart: always volumes: - ./Caddyfile:/etc/caddy/Caddyfile:ro - - nextcloud:/var/www/html:ro + - app:/var/www/html:ro - ./app/custom_apps:/var/www/html/custom_apps:ro depends_on: - nextcloud-app @@ -65,8 +67,9 @@ services: - nextcloud volumes: - nextcloud: + app: db: + redis: networks: nextcloud: