Move config into nextcloud directory

This commit is contained in:
Jake Howard 2020-03-15 11:51:23 +00:00
parent 871555532d
commit b3e307f147
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ services:
volumes:
- ./nextcloud/config:/config/www/nextcloud/config
- ./nextcloud/apps:/config/www/nextcloud/apps
- ./nginx-default.conf:/config/nginx/site-confs/default
- ./nextcloud/nginx-default.conf:/config/nginx/site-confs/default
- /srv/nextcloud-data/data:/data
- /opt/gitea/repos:/repos:ro
- /mnt/media:/content:ro

View File

@ -42,7 +42,7 @@
- name: Install nextcloud custom nginx config
template:
src: files/nextcloud/default.conf
dest: "/opt/nextcloud/nginx-default.conf"
dest: "/opt/nextcloud/nextcloud/nginx-default.conf"
mode: "{{ docker_compose_file_mask }}"
owner: "{{ docker_user.name }}"
register: nginx_config