Skip to content

Commit

Permalink
Merge pull request #2600 from owncloud/fix_codimd_save_hook
Browse files Browse the repository at this point in the history
[deployment examples] fix CodiMD save hook in WOPI example
  • Loading branch information
kulmann committed Oct 8, 2021
2 parents 984d928 + 74bb7bc commit f63fe92
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -247,7 +247,7 @@ services:
CMD_USESSL: "false"
NODE_TLS_REJECT_UNAUTHORIZED: 0
CMD_APPLIANCE_MODE: "true"
CMD_SAVE_WEBHOOK: https:/${WOPISERVER_DOMAIN:-wopiserver.owncloud.test}/wopi/bridge
CMD_SAVE_WEBHOOK: https://${WOPISERVER_DOMAIN:-wopiserver.owncloud.test}/wopi/bridge
CMD_API_KEY: ${CODIMD_SECRET:-LoremIpsum456}
labels:
- "traefik.enable=true"
Expand Down

0 comments on commit f63fe92

Please sign in to comment.