Skip to content

Commit

Permalink
fix: service startup appprovider onlyoffice
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed May 10, 2024
1 parent ceeb4ed commit 2d0f4d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/unreleased/fix-wopi-example.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion deployments/examples/ocis_wopi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d0f4d2

Please sign in to comment.