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

Commit 1a493a2

Browse files
authored
Changed docker-compose configuration
Changed docker-compose configuration for restarting database container when killed.
1 parent 9150757 commit 1a493a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

containers/javascript-node-lts-mongo/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323

2424
mongo:
2525
image: mongo
26+
restart: always
2627
volumes:
2728
- /data/db
2829

0 commit comments

Comments
 (0)