Skip to content

Commit

Permalink
Merge pull request #40 from Master2022E/38-map-the-mongodb-docker-con…
Browse files Browse the repository at this point in the history
…tainer-to-use-the-extra-large-disk

#38 Use the large disk for the mongo database
  • Loading branch information
Thomsen96 authored Dec 15, 2022
2 parents 523d186 + fef5e5c commit efa44ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deployment/HostA-Application/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
ports:
- 127.0.0.1:27017:27017
volumes:
- ./mongo/db:/data/db
- /media/storage/db:/data/db
healthcheck:
test: [ "CMD", "mongo", "--eval", "db.adminCommand('ping')" ]
interval: 10s
Expand Down

0 comments on commit efa44ea

Please sign in to comment.