File tree 1 file changed +4
-3
lines changed
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
16
16
## Installation
17
17
18
18
### 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.
22
23
23
24
### Apache HTTP server
24
25
1 . 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