diff --git a/doc/docker/install.md b/doc/docker/install.md index e3c715b8e2..3d40a0d1c7 100644 --- a/doc/docker/install.md +++ b/doc/docker/install.md @@ -22,7 +22,7 @@ Getting Huginn up and running using docker is quick and painless once you have d * Follow the installation instructions untill you can successfully run `docker ps` * Get the the IP of the VM running docker by running `docker-machine ls` * Start your Huginn container using `docker run -it -p 3000:3000 huginn/huginn` -* Open Huginn in the browser [http://docker-machine ip:3000](http://docker-machine ip:3000) +* Open Huginn in the browser `http://:3000` * Log in to your Huginn instance using the username `admin` and password `password` #### Linux