use eumau/nextcloud image

This commit is contained in:
Mauro Torrez 2019-09-23 15:14:25 -03:00
parent ed73b0bc2e
commit 55b09c0b44
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ nextcloud_mail_from_address: ""
nextcloud_mail_domain: ""
# container
nextcloud_image: nextcloud
nextcloud_image: eumau/nextcloud
nextcloud_container: nextcloud
nextcloud_volume: nextcloud

View File

@ -93,7 +93,7 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://{{ nextcloud_container }};
proxy_pass http://{{ nextcloud_container }}:9000;
}
dest: "{{ nginx_location_mountpoint }}/nextcloud.conf"
register: ngconf