Fix oCIS init: pipe answer to avoid interactive prompt

This commit is contained in:
2026-02-28 23:22:28 +00:00
parent 827675d847
commit fc886e89e0
+1 -1
View File
@@ -7,7 +7,7 @@ services:
- /bin/sh
command:
- "-c"
- "ocis init || true; exec ocis server"
- "echo 'no' | ocis init || true; exec ocis server"
environment:
- TZ=America/New_York
- OCIS_URL=https://cloud.kolpacksoftware.com