Mount entire config dir into Nextcloud
All checks were successful
/ terraform (push) Successful in 40s
/ ansible (push) Successful in 1m50s

Seems newer LSIO containers try and copy a config over the top, which doesn't play well with it being a Docker mount
This commit is contained in:
Jake Howard 2023-07-09 16:17:55 +01:00
parent cb2ed2dd62
commit 1acc8b3fd6
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -10,7 +10,7 @@ services:
- DOCKER_MODS=theorangeone/lsio-mod-more-processes:latest - DOCKER_MODS=theorangeone/lsio-mod-more-processes:latest
volumes: volumes:
- "{{ app_data_dir }}/nextcloud/apps:/config/www/nextcloud/apps" - "{{ app_data_dir }}/nextcloud/apps:/config/www/nextcloud/apps"
- "{{ app_data_dir }}/nextcloud/config.php:/config/www/nextcloud/config/config.php" - "{{ app_data_dir }}/nextcloud/config:/config/www/nextcloud/config"
- /mnt/tank/files/nextcloud:/data - /mnt/tank/files/nextcloud:/data
- /mnt/tank/files:/mnt/files - /mnt/tank/files:/mnt/files
restart: unless-stopped restart: unless-stopped