We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94377dc commit f569cc7Copy full SHA for f569cc7
1 file changed
docker-compose/orion-ld.yml
@@ -32,7 +32,7 @@ services:
32
- default
33
ports:
34
- "${ORION_LD_PORT}:${ORION_LD_PORT}" # localhost:1026
35
- command: -dbhost mongo-db -logLevel DEBUG -forwarding
+ command: -dbhost mongo-db -logLevel DEBUG -forwarding -experimental
36
healthcheck:
37
test: curl --fail -s http://orion:${ORION_LD_PORT}/version || exit 1
38
interval: 5s
0 commit comments