mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
15 lines
890 B
Bash
15 lines
890 B
Bash
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
# ––– Docker Compose Settings Variables –––––––––
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
HOSTNAME=mail
|
||
DOMAINNAME=domain.com
|
||
CONTAINER_NAME=mail
|
||
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
# ––– SELinux Compose File Settings Variables –––
|
||
# ––– options: -z or -Z ––––––––––––––––––––––––
|
||
# –––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
SELINUX_LABEL=
|