From 2d0f4d2b3562bc5d7776ad855d78307d570afc98 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 10 May 2024 10:54:27 +0200 Subject: [PATCH] fix: service startup appprovider onlyoffice --- changelog/unreleased/fix-wopi-example.md | 5 +++++ deployments/examples/ocis_wopi/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/fix-wopi-example.md diff --git a/changelog/unreleased/fix-wopi-example.md b/changelog/unreleased/fix-wopi-example.md new file mode 100644 index 0000000000..de1624a802 --- /dev/null +++ b/changelog/unreleased/fix-wopi-example.md @@ -0,0 +1,5 @@ +Bugfix: Service startup of WOPI example + +We fixed a bug in the service startup of the appprovider-onlyoffice in the ocis_wopi deployment example. + +https://github.com/owncloud/ocis/pull/9127 diff --git a/deployments/examples/ocis_wopi/docker-compose.yml b/deployments/examples/ocis_wopi/docker-compose.yml index 07a4c294d3..7fd7c4ebc8 100644 --- a/deployments/examples/ocis_wopi/docker-compose.yml +++ b/deployments/examples/ocis_wopi/docker-compose.yml @@ -146,7 +146,7 @@ services: image: owncloud/ocis:${OCIS_DOCKER_TAG:-latest} networks: ocis-net: - #command: app-provider server + command: app-provider server environment: OCIS_LOG_LEVEL: ${OCIS_LOG_LEVEL:-info} # use the internal service name of the gateway