Browse Source

Take SQL Server from mcr.microsoft.com

pull/1122/head
Miguel Veloso 5 years ago
parent
commit
b6d2910eae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@ -6,7 +6,7 @@ services:
image: datalust/seq:latest image: datalust/seq:latest
sql.data: sql.data:
image: microsoft/mssql-server-linux:2017-latest
image: mcr.microsoft.com/mssql/server:2017-latest
nosql.data: nosql.data:
image: mongo image: mongo


Loading…
Cancel
Save