Browse Source

Update README.md, to include local host as possible IP for the application.

pull/33/head
Jakob Notland 5 years ago
parent
commit
15072a68a3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -21,9 +21,9 @@ IMPORTANT Windows users must use:
> docker-compose up > docker-compose up


6. The application should become available on URL: 6. The application should become available on URL:
http://0.0.0.0:80\<groupid\> <br>
http://0.0.0.0:80<groupid\> or http://127.0.0.1:80<groupid\> <br>
Or if you are running docker-toolbox : Or if you are running docker-toolbox :
http://192.168.99.100:80\<groupid\>
http://192.168.99.100:80<groupid\>


### Build / Rebuild ### Build / Rebuild




Loading…
Cancel
Save