Skip to content

Commit

Permalink
chore: downgrade mssql
Browse files Browse the repository at this point in the history
  • Loading branch information
danielNg91 committed Oct 24, 2023
1 parent 44b1ecb commit 71905cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ports:
- "8080:80"
mssql:
image: "mcr.microsoft.com/mssql/server:2022-latest"
image: "mcr.microsoft.com/mssql/server:2019-latest"
user: root
container_name: mssql
hostname: mssql
Expand Down

0 comments on commit 71905cc

Please sign in to comment.