Skip to content

Commit

Permalink
fixed MSSQL_DATABASE env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
sanagama committed Oct 21, 2017
1 parent 24a8050 commit 813f795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL version=1.0
ENV HOMEDIR=/mssql-restapi \
MSSQL_HOST=127.0.0.1 \
MSSQL_PORT=1433 \
MSSQL_DATABASe=master \
MSSQL_DATABASE=master \
MSSQL_USERNAME=sa \
MSSQL_PASSWORD=Yukon900

Expand Down

0 comments on commit 813f795

Please sign in to comment.