mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Use nextcloud-aio-apache for the wopi-url
This makes all the WOPI requests go through a single point making debugging easier. Signed-off-by: Alan Savage <3028205+asavageiv@users.noreply.github.com>
This commit is contained in:
parent
1f7ccba5c8
commit
b26b2b4400
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@
|
||||||
"restart": "unless-stopped",
|
"restart": "unless-stopped",
|
||||||
"nextcloud_exec_commands": [
|
"nextcloud_exec_commands": [
|
||||||
"echo 'Activating Collabora config...'",
|
"echo 'Activating Collabora config...'",
|
||||||
"php /var/www/html/occ richdocuments:activate-config --wopi-url='http://nextcloud-aio-collabora:9980' --callback-url='http://nextcloud-aio-apache:%APACHE_PORT%'"
|
"php /var/www/html/occ richdocuments:activate-config --wopi-url='http://nextcloud-aio-apache:%APACHE_PORT%' --callback-url='http://nextcloud-aio-apache:%APACHE_PORT%'"
|
||||||
],
|
],
|
||||||
"profiles": [
|
"profiles": [
|
||||||
"collabora"
|
"collabora"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue