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
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: