Skip to content

Commit 19da37d

Browse files
committed
Update README.md
1 parent 5862eb0 commit 19da37d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ Export documents to JSON. Import documents from JSON. Manage indexes. Manage use
1515

1616
### Docker (PHP built-in server)
1717
1. In a case of an upgrade, run `docker pull samueltallet/mongodb-php-gui`<br>
18-
2. Always run `docker run --rm -p 5000:5000 samueltallet/mongodb-php-gui`<br>
18+
2. Always run `docker run --add-host localhost:172.17.0.1 --publish 5000:5000 --rm samueltallet/mongodb-php-gui`<br>
1919
3. Open your browser at this address: http://127.0.0.1:5000/ to access GUI.<br>
20-
4. If your MongoDB is running on localhost, use 172.17.0.1 as host to login.
2120

2221
### Apache HTTP server
2322
1. Clone current repository in a folder served by Apache.

0 commit comments

Comments
 (0)