From ed42315a5f53889756e7cf36424e9ffb0b2ca0e9 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 8 Apr 2024 11:21:18 -0700 Subject: [PATCH] Run update.sh --- mongo/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mongo/README.md b/mongo/README.md index c2c15b48a..03d5b4dfb 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -171,9 +171,10 @@ services: ME_CONFIG_MONGODB_ADMINUSERNAME: root ME_CONFIG_MONGODB_ADMINPASSWORD: example ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/ + ME_CONFIG_BASICAUTH: false ``` -[![Try in PWD](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/f6c9b596064e2eed9c3b6ac75bea606cb6d94099/mongo/stack.yml) +[![Try in PWD](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/e6234a76beddf381523549d8161c9f985642c8bf/mongo/stack.yml) Run `docker stack deploy -c stack.yml mongo` (or `docker-compose -f stack.yml up`), wait for it to initialize completely, and visit `http://swarm-ip:8081`, `http://localhost:8081`, or `http://host-ip:8081` (as appropriate).