mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 17:14:31 +02:00
Better docker-compose example
This commit is contained in:
parent
3b7ed57dde
commit
45bc1a44d3
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,12 @@
|
|||
# Warning! Not yet implemented feature
|
||||
|
||||
To enable the `fetchmail` service to retrieve e-mails set the environment variable `ENABLE_FETCHMAIL` to `1`
|
||||
Your docker-compose.yml file should look like following snippet:
|
||||
Your `docker-compose.yml` file should look like following snippet:
|
||||
|
||||
```
|
||||
- ENABLE_FETCHMAIL=1
|
||||
...
|
||||
environment:
|
||||
- ENABLE_FETCHMAIL=1
|
||||
...
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue