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