diff --git a/db/nosql/mongo/docker.txt b/db/nosql/mongo/docker.txt index 7b407db97..7b3eccfda 100644 --- a/db/nosql/mongo/docker.txt +++ b/db/nosql/mongo/docker.txt @@ -22,6 +22,8 @@ persistence folder permissions https://github.com/bitnami/bitnami-docker-mongodb/issues/177 https://github.com/bitnami/bitnami-docker-mongodb/issues/178 sudo chown :root $MONGODB_SRC_DIR && chmod g+rwX $MONGODB_SRC_DIR + https://github.com/docker-library/mongo/issues/315 + docker exec -it mongo bash compose sample services: diff --git a/db/nosql/mongo/tools/mongosh.txt b/db/nosql/mongo/tools/mongosh.txt new file mode 100644 index 000000000..c9bb8a075 --- /dev/null +++ b/db/nosql/mongo/tools/mongosh.txt @@ -0,0 +1,7 @@ +https://www.mongodb.com/docs/mongodb-shell/install/ +https://github.com/mongodb-js/mongosh + + sudo apt-get update + sudo apt-get install mongodb-mongosh + + mongodb://:@localhost:27017/test diff --git a/db/nosql/mongo/tools/shell.txt b/db/nosql/mongo/tools/shell.txt index c5b3f8273..9b05ba42e 100644 --- a/db/nosql/mongo/tools/shell.txt +++ b/db/nosql/mongo/tools/shell.txt @@ -1,6 +1,3 @@ -https://www.mongodb.com/try/download/shell -https://github.com/mongodb-js/mongosh - docker https://hub.docker.com/r/rtsp/mongosh rtsp/mongosh diff --git a/pl/java/libfws/spring/features/proxy.txt b/pl/java/libfws/spring/features/proxy.txt new file mode 100644 index 000000000..b40baa87a --- /dev/null +++ b/pl/java/libfws/spring/features/proxy.txt @@ -0,0 +1,2 @@ +2023 +https://habr.com/ru/articles/750894/