Skip to content

Commit

Permalink
Exclud domain information from hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
sanagama authored Dec 1, 2017
1 parent 6a4ccaf commit b56939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/2-docker-pull-restapi-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ set -x

docker pull sanagama/mssql-restapi

docker run --name 'mssql-restapi' -it -p 5000:5000 -e MSSQL_HOST=`hostname` sanagama/mssql-restapi
docker run --name 'mssql-restapi' -it -p 5000:5000 -e MSSQL_HOST=`hostname -s` sanagama/mssql-restapi

0 comments on commit b56939e

Please sign in to comment.