Skip to content

Commit

Permalink
Add entityMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Mar 26, 2024
1 parent 0e576e8 commit 4dad26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/orion-ld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- default
ports:
- ${EXPOSED_PORT:-1026}:${ORION_LD_PORT:-1026}
command: -dbhost mongo-db -logLevel DEBUG -forwarding -experimental
command: -dbhost mongo-db -logLevel DEBUG -forwarding -experimental -wip entityMaps
healthcheck:
test: curl --fail -s http://orion:${ORION_LD_PORT}/version || exit 1
interval: 5s
Expand Down

0 comments on commit 4dad26a

Please sign in to comment.