diff --git a/README.md b/README.md index e18775d..2c42a80 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,13 @@ echo $(docker logs | grep password) (note: you won't need the mysql root or the wordpress db password normally) -Then find the external port assigned to your container: +Find your container ID: +``` +docker ps +``` + +Then find the external port assigned to your container: ``` docker port 80 ```