Added volume to MongoDB container.

This commit is contained in:
Daniel
2022-06-21 23:10:48 +04:30
parent 020225a40b
commit 8ae1389728
4 changed files with 6 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@ version: "3"
services:
mongo:
image: mongo
volumes:
- ./mongo:/data/db
restart: unless-stopped
link-warden-api: