Skip to content

Instantly share code, notes, and snippets.

@cdecl
Last active November 1, 2022 08:35
Show Gist options
  • Save cdecl/b07895e6161660c83bc768e4a7597580 to your computer and use it in GitHub Desktop.
Save cdecl/b07895e6161660c83bc768e4a7597580 to your computer and use it in GitHub Desktop.
version: '3.7'
services:
sqlserver:
image: mcr.microsoft.com/azure-sql-edge:latest
user: root
container_name: sql1
hostname: sql1
ports:
- 1433:1433
volumes:
- ./sql1data:/var/opt/mssql
environment:
ACCEPT_EULA: Y
MSSQL_SA_PASSWORD: password1!
MSSQL_COLLATION: Korean_Wansung_CI_AS
TZ: Asia/Seoul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment