confusion / docker-compose.yml
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív
1 | services: |
2 | mailserver: |
3 | image: ghcr.io/docker-mailserver/docker-mailserver:latest |
4 | container_name: mailserver |
5 | # Provide the FQDN of your mail server here (Your DNS MX record should point to this value) |
6 | hostname: mail.example.com |
7 | env_file: mailserver.env |
8 | # More information about the mail-server ports: |
9 | # https://docker-mailserver.github.io/docker-mailserver/latest/config/security/understanding-the-ports/ |
10 | ports: |
Újabb
Régebbi