image nextcloud

This commit is contained in:
afornerot 2023-11-06 18:10:13 +01:00
parent 7b5e86601d
commit 13eb33a6b8
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ services:
- ./volume/ninegate/data/public:/app/public/uploads
nextcloud:
image: docker.io/library/nextcloud
image: reg.cadoles.com/envole/nextcloud
container_name: envole-nextcloud
restart: always
healthcheck:

View File

@ -14,7 +14,7 @@ echo "== INSTALLATION APP NEXTCLOUD ============================================
echo "== CONFIG"
run_as 'php occ config:system:set trusted_domains 1 --value '${WEB_URL}
run_as 'php occ config:system:set overwrite.cli.url --value '${NEXTCLOUD_URL}
#run_as 'php occ config:system:set htaccess.RewriteBase --value '${NEXTCLOUD_ALIAS}
run_as 'php occ config:system:set htaccess.RewriteBase --value '${NEXTCLOUD_ALIAS}
echo
echo "== CALENDAR"