Skip to content

Commit

Permalink
docker: Fixed mssql service for arm64 CPUs (#14362)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Jul 18, 2022
1 parent cdfa546 commit 2a4cb79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/docker-compose.arm64.yml
Expand Up @@ -3,6 +3,12 @@ version: '3.7'
services:
mssql:
image: mcr.microsoft.com/azure-sql-edge:latest
restart: always
environment:
- ACCEPT_EULA=Y
- MSSQL_SA_PASSWORD=Pr1sm4_Pr1sm4
ports:
- '1433:1433'

mariadb:
ports:
Expand Down

0 comments on commit 2a4cb79

Please sign in to comment.