Fix oCIS init: pipe answer to avoid interactive prompt
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
|||||||
- /bin/sh
|
- /bin/sh
|
||||||
command:
|
command:
|
||||||
- "-c"
|
- "-c"
|
||||||
- "ocis init || true; exec ocis server"
|
- "echo 'no' | ocis init || true; exec ocis server"
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/New_York
|
- TZ=America/New_York
|
||||||
- OCIS_URL=https://cloud.kolpacksoftware.com
|
- OCIS_URL=https://cloud.kolpacksoftware.com
|
||||||
|
|||||||
Reference in New Issue
Block a user