use eumau/nextcloud image
This commit is contained in:
parent
ed73b0bc2e
commit
55b09c0b44
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user