'mssql2017-2019' (#1580)

Co-authored-by: feixue <feixue@esign.cn>
This commit is contained in:
imblowsnow
2024-06-13 15:08:39 +08:00
committed by GitHub
co-authored by feixue
parent 512f9d56bd
commit c081746425
8 changed files with 80 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
mssql:
container_name: ${CONTAINER_NAME}
image: mcr.microsoft.com/mssql/server:2019-latest
restart: unless-stopped
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:1433
environment:
- ACCEPT_EULA=Y
- MSSQL_SA_PASSWORD=${MSSQL_SA_PASSWORD}
volumes:
- ./data:/var/opt/mssql/data
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true