mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-22 01:50:59 +00:00
14 lines
788 B
Bash
14 lines
788 B
Bash
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
# ––– Docker Compose Settings Variables –––––––––
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
HOSTNAME=mail
|
||
DOMAINNAME=domain.com
|
||
CONTAINER_NAME=mail
|
||
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
# ––– SELinux Compose File Settings Variables –––
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
SELINUX_LABEL=-Z
|