mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-02-06 09:26:22 +00:00
chore: Remove base-60 port quote warning from example compose.yaml
(#3982)
This should not be relevant to users of `docker compose` which is the primary demographic.
This commit is contained in:
parent
ac22caf74e
commit
d739fe3785
@ -7,7 +7,6 @@ services:
|
||||
env_file: mailserver.env
|
||||
# More information about the mail-server ports:
|
||||
# https://docker-mailserver.github.io/docker-mailserver/latest/config/security/understanding-the-ports/
|
||||
# To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks.
|
||||
ports:
|
||||
- "25:25" # SMTP (explicit TLS => STARTTLS, Authentication is DISABLED => use port 465/587 instead)
|
||||
- "143:143" # IMAP4 (explicit TLS => STARTTLS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user