chore: rename docker volume
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user