mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-06 08:17:42 -05:00
8 lines
233 B
YAML
8 lines
233 B
YAML
---
|
|
services:
|
|
|
|
ocis:
|
|
command: [ "-c", "ocis init || true; dlv --listen=:40000 --headless=true --continue --check-go-version=false --api-version=2 --accept-multiclient exec /usr/bin/ocis server" ]
|
|
ports:
|
|
- 40000:40000
|