Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanagama authored Jan 3, 2018
1 parent b56939e commit fddda11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Copy & paste the commands below in a ```Terminal``` window to run the REST API w
```
docker pull sanagama/mssql-restapi
docker run -it -p 5000:5000 -e MSSQL_HOST=`hostname` sanagama/mssql-restapi
docker run -it -p 5000:5000 -e MSSQL_HOST=`hostname -s` sanagama/mssql-restapi
```

>*NOTE:* With the above command, the REST API web app uses default values for *port*, *database*, *username* and *password* as described in [environment variables](#environment-variables)
Expand Down

0 comments on commit fddda11

Please sign in to comment.