File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11---
22services :
33
4- collaboration-oo :
5- command : [ "-c", "dlv --listen=:40002 --headless=true --continue --check-go-version=false --api-version=2 --accept-multiclient exec /usr/bin/ocis collaboration server" ]
4+ collaboration :
5+ entrypoint :
6+ - /bin/sh
7+ command : [ "-c", "dlv --listen=:40000 --headless=true --continue --check-go-version=false --api-version=2 --accept-multiclient exec /usr/bin/ocis collaboration server" ]
68 environment :
79 COLLABORATION_LOG_LEVEL : debug
810 ports :
9- - 40002:40002
11+ - 40002:40000
File renamed without changes.
Original file line number Diff line number Diff line change 11---
22services :
33
4- collaboration :
4+ collaboration-oo :
5+ entrypoint :
6+ - /bin/sh
57 command : [ "-c", "dlv --listen=:40000 --headless=true --continue --check-go-version=false --api-version=2 --accept-multiclient exec /usr/bin/ocis collaboration server" ]
68 environment :
79 COLLABORATION_LOG_LEVEL : debug
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ services:
5656 # run ocis init to initialize a configuration file with random secrets
5757 # it will fail on subsequent runs, because the config file already exists
5858 # therefore we ignore the error and then start the ocis server
59- command : ["-c", "ocis init || true; exec ocis server"]
59+ command : [ "-c", "ocis init || true; exec ocis server" ]
6060 environment :
6161 # Keycloak IDP specific configuration
6262 PROXY_AUTOPROVISION_ACCOUNTS : " true"
You can’t perform that action at this time.
0 commit comments