Corrected permmisions
parent
1104032f51
commit
80925375a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue