fixed db init input duplicatoin

This commit is contained in:
voje
2019-04-11 07:18:51 +02:00
parent 8a3d6f0a5a
commit 4a9a9cca12
2 changed files with 2 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ clean_stack:
docker stack rm $(STACKNAME)
run_stack:
mkdir -p ${HOME}/mongo_container/data/
docker stack deploy --compose-file mongodb-stack.yml $(STACKNAME)
create_users: create.js