We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ff19a commit a78626cCopy full SHA for a78626c
1 file changed
docker-compose.yml
@@ -97,7 +97,7 @@ services:
97
- rabbitmq
98
99
sql.data:
100
- image: microsoft/mssql-server-linux:latest
+ image: microsoft/mssql-server-linux:2017-latest
101
102
nosql.data:
103
image: mongo
@@ -111,4 +111,4 @@ services:
111
image: rabbitmq:3-management
112
ports:
113
- "15672:15672"
114
- - "5672:5672"
+ - "5672:5672"
0 commit comments