Skip to content

Commit f569cc7

Browse files
committed
Add experimental flag
1 parent 94377dc commit f569cc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose/orion-ld.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- default
3333
ports:
3434
- "${ORION_LD_PORT}:${ORION_LD_PORT}" # localhost:1026
35-
command: -dbhost mongo-db -logLevel DEBUG -forwarding
35+
command: -dbhost mongo-db -logLevel DEBUG -forwarding -experimental
3636
healthcheck:
3737
test: curl --fail -s http://orion:${ORION_LD_PORT}/version || exit 1
3838
interval: 5s

0 commit comments

Comments
 (0)