Skip to content

Commit

Permalink
Update doc/docker/install.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Dominik Sander <git@dsander.de>
  • Loading branch information
jjasghar and dsander committed Mar 30, 2020
1 parent af75408 commit 71d8808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docker/install.md
Expand Up @@ -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://<docker-machine ip>:3000`
* Log in to your Huginn instance using the username `admin` and password `password`

#### Linux
Expand Down

0 comments on commit 71d8808

Please sign in to comment.