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