todo list

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-12-05 19:44:54 +03:00
parent ed9eb93013
commit 9723c825f7
11 changed files with 397 additions and 7 deletions

4
d-script/restart.sh Normal file
View File

@@ -0,0 +1,4 @@
docker stop bh-mongo;
docker volume rm bh-mongo-volume;
docker volume create bh-mongo-volume;
sh d-script/up-mongo.sh;

View File

@@ -5,6 +5,6 @@ docker \
--name bh-mongo \
-e MONGO_INITDB_ROOT_USERNAME=qqq \
-e MONGO_INITDB_ROOT_PASSWORD=qqq \
-p 27017:27017 \
-p 8888:27017 \
-v bh-mongo-volume:/data/db \
mongo:8.0.3;