- fixed WOPISERVER_INSECURE in entrypoint skript for wopiserver

This commit is contained in:
Dennis Sieben
2023-08-21 19:32:04 +02:00
parent 251a50dbd4
commit 7162b29ad4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
echo "${WOPISECRET}" > /etc/wopi/wopisecret

View File

@@ -166,7 +166,7 @@ services:
networks:
ocis-net:
entrypoint:
- /bin/sh
- /bin/bash
- /entrypoint-override.sh
environment:
WOPISERVER_INSECURE: "${INSECURE:-false}"