15 lines
874 B
Bash
15 lines
874 B
Bash
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
# ––– Docker Compose Settings Variables –––––––––
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
HOSTNAME=mail
|
||
DOMAINNAME=jafner.net
|
||
CONTAINER_NAME=mailserver
|
||
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
# ––– SELinux Compose File Settings Variables –––
|
||
# ––– options: empty, '-z' or '-Z' –––––––––––––
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
SELINUX_LABEL=
|