-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
22 lines (19 loc) · 1.05 KB
/
Copy path.env
File metadata and controls
22 lines (19 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Authored by: Adam H. Meadvin
# Email: [email protected]
# GitHub: @GhostMach
# Creation Date: 21 January 2024
# mount file paths to external directories
dblog_dir="D:\\Path\\To\\Folder" # user created database logs
dbdata_dir="D:\\Path\\To\\Folder" # user created databases
data_dir="D:\\Path\\To\\Folder" # master database
backup_dir="D:\\Path\\To\\Folder" # database backups
mssql_img_name=repository/namet:tag # name the docker image that will be built "repository/name:tag".
feature_tag_name="2019-CU24-ubuntu-20.04" # microsoft docker hub image tag.
mssql_container_name=container-name # name the docker container to be created.
mssql_path=/var/opt/mssql/ # default location for log and data files; do not change.
port_values="1001:1433" # external:internal ports; do not change port '1433'.
subnet_range="172.32.0.0/28" # change to your preference.
# docker compose file MS requried vars
ACCEPT_EULA=Y
MSSQL_PID=Developer # Can change to another license SKU; refer to Microsoft's Docker Hub repo docs.
MSSQL_SA_PASSWORD=password_of_your_choice