snackpot.yml - fixup set nextcloud_src etc.

This commit is contained in:
Nick Stokoe
2021-02-14 17:52:03 +00:00
parent 879da752b6
commit 874d800b58

View File

@@ -42,9 +42,9 @@ services:
image: nextcloud:18.0.13-fpm-alpine
restart: always
volumes:
- nextcloud_src:{{ nextcloud_base_dir }}
- nextcloud_data:{{ nextcloud_data_dir }}
- minidlna_data:{{ nextcloud_ext_dir }}/media
- nextcloud_src:/var/www/html
- nextcloud_data:/var/www/data
- minidlna_data:/var/www/ext/media
- /srv:/srv
links:
- postgres
@@ -62,8 +62,8 @@ services:
image: nextcloud:18.0.13-fpm-alpine
restart: always
volumes:
- nextcloud_src:{{ nextcloud_base_dir }}
- nextcloud_data:{{ nextcloud_data_dir }}
- nextcloud_src:/var/www/html
- nextcloud_data:/var/www/data
entrypoint: /cron.sh
depends_on:
- postgres