From 31d4558821bfffbc07d5fae54fa063c019a6f7a9 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 12 Apr 2022 12:42:41 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=B4?= =?UTF-8?q?=D0=B5=D1=81=D1=8F=D1=82=D0=BE=D0=B5=20=D0=B7=D0=B0=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mac-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mac-compose.yml (limited to 'mac-compose.yml') diff --git a/mac-compose.yml b/mac-compose.yml new file mode 100644 index 0000000..8db78a9 --- /dev/null +++ b/mac-compose.yml @@ -0,0 +1,13 @@ +version: '3' + +services: + sqledge-db: + container_name: sqledge-db + image: mcr.microsoft.com/azure-sql-edge:latest + ports: + - 1433:1433 + environment: + ACCEPT_EULA: Y + SA_PASSWORD: Datab@sed1337 + volumes: + - ./mssql-data:/var/opt/mssql -- cgit v1.2.3