chore: update mssql PID
All checks were successful
Deploy / Prepare Build (push) Successful in 36s

This commit is contained in:
2025-09-20 11:25:52 +10:00
parent 4cfb7fa017
commit 94378c9c4d

View File

@ -18,6 +18,8 @@
ports:
- 1433:1433
env:
PUID: "1000"
PGID: "1000"
ACCEPT_EULA: "Y"
MSSQL_PID: "Express"
SA_PASSWORD: "{{ SA_PASSWORD }}"