File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ Additional features: Export documents to JSON. Import documents from JSON. Manag
1616## Installation
1717
1818### Docker (PHP built-in server)
19- 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.
19+ 1 . Run ` docker pull samueltallet/mongodb-php-gui ` <br >
20+ 2 . Run ` docker run --rm -p 5000:5000 samueltallet/mongodb-php-gui ` <br >
21+ 3 . Open your browser at this address: http://127.0.0.1:5000/ to access GUI.<br >
22+ 4 . If your MongoDB is running on localhost, use 172.17.0.1 as host to login.
2223
2324### Apache HTTP server
24251 . Clone current repository in an Apache Web server folder or setup a virtual host.
You can’t perform that action at this time.
0 commit comments