Skip to content

Commit 559a11a

Browse files
committed
Update README.md
1 parent 3930c01 commit 559a11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional features: Export documents to JSON. Import documents from JSON. Manag
1616
## Installation
1717

1818
### Docker (PHP built-in server)
19-
1. Execute `docker run --rm -p 5000:5000 samueltallet/mongodb-php-gui`<br>
19+
1. Run `docker pull samueltallet/mongodb-php-gui && docker run --rm -p 5000:5000 samueltallet/mongodb-php-gui`<br>
2020
2. Open your browser at this address: http://127.0.0.1:5000/ to access GUI.<br>
2121
3. If your MongoDB is running on localhost, use 172.17.0.1 as host to login.
2222

0 commit comments

Comments
 (0)