File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ services:
3434 - " ${ORION_PORT}"
3535 ports :
3636 - " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
37- command : -dbhost mongo-db -logLevel DEBUG
37+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG
3838 healthcheck :
3939 test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
4040 interval : 5s
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ services:
3434 - " ${ORION_PORT}"
3535 ports :
3636 - " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
37- command : -dbhost mongo-db -logLevel DEBUG
37+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG
3838 healthcheck :
3939 test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
4040 interval : 15s
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ services:
3434 - " ${ORION_PORT}"
3535 ports :
3636 - " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
37- command : -dbhost mongo-db -logLevel DEBUG
37+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG
3838 healthcheck :
3939 test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
4040 interval : 15s
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ services:
3434 - " ${ORION_PORT}"
3535 ports :
3636 - " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
37- command : -dbhost mongo-db -logLevel DEBUG
37+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG
3838 healthcheck :
3939 test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
4040 interval : 5s
You can’t perform that action at this time.
0 commit comments