Added warnings to skip sentences that do not match

This commit is contained in:
2020-09-30 09:51:41 +02:00
parent ce1fb46b4e
commit 5cdc963c2d
2 changed files with 20 additions and 54 deletions
+5
View File
@@ -223,4 +223,9 @@ docker exec -it ef0a /bin/bash
# check if it worked by
mongo --username <REGULAR USER> --password --authenticationDatabase valdb
# make mongodb visible only privately
docker stack rm dbstack
cd dockerfiles/database/
docker-compose up
```