소스 검색

Update doc/docker/install.md

Co-Authored-By: Dominik Sander <git@dsander.de>
JJ Asghar 5 년 전
부모
커밋
71d8808ca6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/docker/install.md

+ 1 - 1
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://<docker-machine ip>:3000`
 * Log in to your Huginn instance using the username `admin` and password `password`
 
 #### Linux