We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3930c01 commit 559a11aCopy full SHA for 559a11a
docs/README.md
@@ -16,7 +16,7 @@ Additional features: Export documents to JSON. Import documents from JSON. Manag
16
## Installation
17
18
### Docker (PHP built-in server)
19
-1. Execute `docker run --rm -p 5000:5000 samueltallet/mongodb-php-gui`<br>
+1. Run `docker pull samueltallet/mongodb-php-gui && docker run --rm -p 5000:5000 samueltallet/mongodb-php-gui`<br>
20
2. Open your browser at this address: http://127.0.0.1:5000/ to access GUI.<br>
21
3. If your MongoDB is running on localhost, use 172.17.0.1 as host to login.
22
0 commit comments