mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-11-27 13:21:00 +01:00
yaml base-60 float warning added (#1859)
This commit is contained in:
parent
b46e48f278
commit
b39b5c633c
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user