Skip to content

Commit

Permalink
#38 Use the large disk for the mongo database
Browse files Browse the repository at this point in the history
Also closes #39
  • Loading branch information
Thomsen96 committed Dec 15, 2022
1 parent 523d186 commit fef5e5c
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 fef5e5c

Please sign in to comment.