Skip to content

Commit 01c256d

Browse files
committed
Remove Version
1 parent 4ade8eb commit 01c256d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#
1717
# see: https://github.com/FIWARE/helm-charts/
1818
#
19-
version: "3.8"
2019
services:
2120
# Orion is an NGSI-v2 context broker
2221
orion-v2:
@@ -170,7 +169,7 @@ services:
170169
volumes:
171170
- mongo-db:/data
172171
healthcheck:
173-
test: ["CMD","mongosh", "--eval", "db.adminCommand('ping')"]
172+
test: ["CMD","mongosh", "localhost:27017/test", "--quiet"]
174173
interval: 5s
175174
timeout: 5s
176175
retries: 3

0 commit comments

Comments
 (0)