Compare commits
No commits in common. "a4bf1371abb648915efa08e0b129530a9c2300e2" and "abafdee753da6a8fc5166072f8b3ac35cdaf7d94" have entirely different histories.
a4bf1371ab
...
abafdee753
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
|||
- name: "docker-compose: Set overwriteprotocol using occ"
|
||||
shell:
|
||||
chdir: /home/{{ docker_user }}/nextcloud/
|
||||
cmd: docker-compose exec -T -u www-data nextcloud-app /bin/sh -c './occ config:system:set overwriteprotocol --value="{{ nextcloud_overwrite_protocol }}"'
|
||||
cmd: docker-compose exec -T -u www-data nextcloud-app ./occ config:system:set overwriteprotocol --value="{{ nextcloud_overwrite_protocol }}"
|
||||
|
||||
- name: "docker-compose: Set overwrite.cli.url using occ"
|
||||
shell:
|
||||
|
|
Loading…
Add table
Reference in a new issue