Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Changed docker-compose configuration
Browse files Browse the repository at this point in the history
Changed docker-compose configuration for restarting database container when killed.
  • Loading branch information
kmehant committed Jun 9, 2019
1 parent 9150757 commit 1a493a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:

mongo:
image: mongo
restart: always
volumes:
- /data/db

0 comments on commit 1a493a2

Please sign in to comment.