mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-24 17:58:58 +02:00
13 lines
788 B
Bash
13 lines
788 B
Bash
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
# ––– Docker Compose Settings Variables –––––––––
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
HOSTNAME=mail
|
||
DOMAINNAME=domain.com
|
||
CONTAINER_NAME=mail
|
||
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
# ––– SELinux Compose File Settings Variables –––
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
SELINUX_LABEL=-Z
|