Corrected permmisions

main
elena 2023-05-29 09:40:43 +00:00
parent 6c46a62888
commit 4db1c59e5c
1 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,7 @@ services:
- IMG=${NEXTCLOUD_IMG_OVERRIDE-nextcloud:25.0.5-fpm-alpine}
container_name: dd-apps-nextcloud-app
image: registry.dd-work.space/dd/apps-nextcloud:${DD_BUILD:-latest}
#image: registry.dd-work.space/dd/apps-nextcloud:bdffd5a7
restart: unless-stopped
depends_on:
- dd-apps-postgresql
@ -40,9 +41,9 @@ services:
# Making these dirs explicit so we can segregate them easier in the future
#- ${SRC_FOLDER}/nextcloud/custom_apps:/var/www/html/custom_apps
#- ${SRC_FOLDER}/nextcloud/config:/var/www/html/config
- ${DATA_FOLDER}/nextcloud:/var/www/html/data:rw
- ${DATA_FOLDER}/nextcloud:/var/www/html/data:ro
- ${BUILD_APPS_ROOT_PATH}/docker/nextcloud/src/themes/dd:/var/www/html/themes/dd:rw
- ${BUILD_APPS_ROOT_PATH}/docker/nextcloud/src/themes/dd:/var/www/html/themes/dd:ro
# We need this to configure the custom logos and background
- ${CUSTOM_PATH}/custom/img:/custom/img:ro
# SAML certificates