Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
- mssql official image is changed. [Link](https://hub.docker.com/r/microsoft/mssql-server/)
  • Loading branch information
jskim committed Nov 6, 2018
1 parent 6bf60b8 commit bc78630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:

# mssql
mssql:
image: "microsoft/mssql-server-linux:2017-GA"
image: "mcr.microsoft.com/mssql/server:2017-GA-ubuntu"
container_name: "typeorm-mssql"
ports:
- "1433:1433"
Expand All @@ -73,4 +73,4 @@ services:
# image: "redis:3.0.3"
# container_name: "typeorm-redis"
# ports:
# - "6379:6379"
# - "6379:6379"

0 comments on commit bc78630

Please sign in to comment.