mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 04:20:59 -05:00
- fixed WOPISERVER_INSECURE in entrypoint skript for wopiserver
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "${WOPISECRET}" > /etc/wopi/wopisecret
|
echo "${WOPISECRET}" > /etc/wopi/wopisecret
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
ocis-net:
|
ocis-net:
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- /bin/sh
|
- /bin/bash
|
||||||
- /entrypoint-override.sh
|
- /entrypoint-override.sh
|
||||||
environment:
|
environment:
|
||||||
WOPISERVER_INSECURE: "${INSECURE:-false}"
|
WOPISERVER_INSECURE: "${INSECURE:-false}"
|
||||||
|
|||||||
Reference in New Issue
Block a user