1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-13 02:26:09 +02:00

yaml base-60 float warning added (#1859)

This commit is contained in:
Casper 2021-03-23 14:22:40 +01:00 committed by GitHub
parent b46e48f278
commit b39b5c633c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ services:
domainname: ${DOMAINNAME}
container_name: ${CONTAINER_NAME}
env_file: mailserver.env
# To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks.
ports:
- "25:25"
- "143:143"