Skip to content

Commit ddf0842

Browse files
committed
merge domainname and hostname
1 parent e54c6d9 commit ddf0842

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-mailserver/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ services:
88
container_name: mailserver
99
# If the FQDN for your mail-server is only two labels (eg: example.com),
1010
# you can assign this entirely to `hostname` and remove `domainname`.
11-
hostname: cups-g11
12-
domainname: aosus.org
11+
hostname: cups-g11.aosus.org
1312
env_file: mailserver.env
1413
# More information about the mail-server ports:
1514
# https://docker-mailserver.github.io/docker-mailserver/latest/config/security/understanding-the-ports/

0 commit comments

Comments
 (0)