updated configuration
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
- ${DOCKER_VOLUMES}/nextcloud/config:/var/www/html/config:rw
|
||||
- type: tmpfs
|
||||
target: /tmp:exec
|
||||
# - ${PROJECT_ROOT}/apps/nextcloud/entrypoint.sh:/entrypoint.sh
|
||||
- ${PROJECT_ROOT}/apps/nextcloud/entrypoint.sh:/entrypoint.sh
|
||||
# - ${PROJECT_ROOT}/apps/nextcloud/custom_apps:/var/www/html/custom_apps
|
||||
- ${DOCKER_VOLUMES}/nextcloud/custom_apps:/var/www/html/custom_apps
|
||||
depends_on:
|
||||
@@ -121,7 +121,7 @@ services:
|
||||
# - nextcloud_redis_password
|
||||
volumes:
|
||||
# - ${PROJECT_ROOT}/apps/nextcloud/data/redis:/data:rw
|
||||
- ${DOCKER_VOLUMES}/nextcloud/redis:/data:rw
|
||||
- ${DOCKER_DATABASES}/nextcloud/redis:/data:rw
|
||||
restart: always
|
||||
networks:
|
||||
- nextcloud
|
||||
|
||||
Reference in New Issue
Block a user