You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
yaml base-60 float warning added (#1859)
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
|||||||
domainname: ${DOMAINNAME}
|
domainname: ${DOMAINNAME}
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
env_file: mailserver.env
|
env_file: mailserver.env
|
||||||
|
# To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks.
|
||||||
ports:
|
ports:
|
||||||
- "25:25"
|
- "25:25"
|
||||||
- "143:143"
|
- "143:143"
|
||||||
|
Reference in New Issue
Block a user