Skip to content

Commit 6952ddb

Browse files
authored
Update README.md
1 parent 559a11a commit 6952ddb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/README.md

+4-3
Original file line numberDiff line numberDiff 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
2425
1. Clone current repository in an Apache Web server folder or setup a virtual host.

0 commit comments

Comments
 (0)