We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc21a67 commit 049e5d6Copy full SHA for 049e5d6
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
environment:
10
MONGO_URI: mongodb://localhost:27017/query-server
11
mongo:
12
- image: mongo:latest@sha256:d341a86584b96eb665345a8f5b35fba8695ee1d0618fd012ec4696223a3d6c62
+ image: mongo:latest@sha256:48f35cea5297c6a041e4e1d09e7c2df278cbe96f1410d20ace5a0f911d0f48d0
13
volumes:
14
- /data/mongodb/db:/data/db
15
ports:
0 commit comments