Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Oct 8, 2024
1 parent 003b51b commit 9142e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mssqlserver/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

input_db:
container_name: input_db
image: mcr.microsoft.com/mssql/server:2022-latest
image: mcr.microsoft.com/mssql/server:2017-latest
user: root
ports:
- 6000:1433
Expand All @@ -21,7 +21,7 @@ services:

output_db:
container_name: output_db
image: mcr.microsoft.com/mssql/server:2022-latest
image: mcr.microsoft.com/mssql/server:2017-latest
user: root
ports:
- 6001:1433
Expand Down

0 comments on commit 9142e80

Please sign in to comment.