chore: rename docker volume

This commit is contained in:
2026-01-26 10:21:35 +00:00
parent c32e240d2e
commit f4242a5d95

View File

@@ -15,6 +15,8 @@ services:
image: redis:8.4.0-alpine image: redis:8.4.0-alpine
container_name: nextcloud-redis container_name: nextcloud-redis
restart: always restart: always
volumes:
- redis:/data
networks: networks:
- nextcloud - nextcloud
@@ -26,7 +28,7 @@ services:
- nextcloud-redis - nextcloud-redis
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - app:/var/www/html
- ./app/config:/var/www/html/config - ./app/config:/var/www/html/config
- ./app/custom_apps:/var/www/html/custom_apps - ./app/custom_apps:/var/www/html/custom_apps
- ./app/data:/var/www/html/data - ./app/data:/var/www/html/data
@@ -44,7 +46,7 @@ services:
restart: always restart: always
volumes: volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro - ./Caddyfile:/etc/caddy/Caddyfile:ro
- nextcloud:/var/www/html:ro - app:/var/www/html:ro
- ./app/custom_apps:/var/www/html/custom_apps:ro - ./app/custom_apps:/var/www/html/custom_apps:ro
depends_on: depends_on:
- nextcloud-app - nextcloud-app
@@ -65,8 +67,9 @@ services:
- nextcloud - nextcloud
volumes: volumes:
nextcloud: app:
db: db:
redis:
networks: networks:
nextcloud: nextcloud: