Skip to content

Commit 9d6da78

Browse files
Merge pull request dotnet-architecture#356 from volkan/dev
Update docker-compose.yml
2 parents dd20236 + a78626c commit 9d6da78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services:
9797
- rabbitmq
9898

9999
sql.data:
100-
image: microsoft/mssql-server-linux:latest
100+
image: microsoft/mssql-server-linux:2017-latest
101101

102102
nosql.data:
103103
image: mongo
@@ -111,4 +111,4 @@ services:
111111
image: rabbitmq:3-management
112112
ports:
113113
- "15672:15672"
114-
- "5672:5672"
114+
- "5672:5672"

0 commit comments

Comments
 (0)