fixed db init input duplicatoin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user