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:
Brennan Kinney 2024-04-22 11:28:11 +12:00 committed by GitHub
parent ac22caf74e
commit d739fe3785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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)