Skip to content

Commit

Permalink
Change mssql image on fixed on docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Anisimova2020 committed Oct 24, 2024
1 parent 63ac15e commit 7a6ca33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.2'

services:
mssql:
image: mcr.microsoft.com/mssql/server:2022-latest
image: mcr.microsoft.com/mssql/server:2022-CU10-ubuntu-20.04
environment:
- ACCEPT_EULA=Y
- MSSQL_SA_PASSWORD=p@ssw0rd
Expand Down

0 comments on commit 7a6ca33

Please sign in to comment.