Skip to content

Commit 32aebeb

Browse files
author
Mano Marks
authored
Merge pull request docker#161 from ManoMarks/master
updating windows multicontainer tutorial
2 parents ad68e45 + 52403ca commit 32aebeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/windows-containers/MultiContainerApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Take a closer look at the `docker-compose.windows.yml` file.
3939
version: '3'
4040
services:
4141
db:
42-
image: microsoft/mssql-server-2016-express-windows
42+
image: microsoft/mssql-server-windows-express
4343
environment:
4444
sa_password: "Password1"
4545
ports:

0 commit comments

Comments
 (0)