docker run \\
--net=host \\
-e TZ=Europe/Prague \\
-v /your-data-dir/data:/data \\ ...**
[@adi](https://twtxt.net/user/adi/) You really can’t beat:
docker run \\
--net=host \\
-e TZ=Europe/Prague \\
-v /your-data-dir/data:/data \\
--name "mailserver" \\
-h "mail.example.com" \\
-t analogic/poste.io
⌘ [Read more](https://twtxt.net/twt/vs4niqq)