mirror of
https://github.com/mjl-/mox.git
synced 2025-07-15 02:54:36 +03:00
help run mox with docker
in the Dockerfile, allow running on privileged ports and expose those ports. add a docker-compose.yml with instructions for the quickstart. fix running imaptest somewhat. after a short while it will hit the rate limiter. in quickstart, recognize we are running under docker, and print slightly different commands to set permissions, and skip generating the systemd service file. als fix cleaning up the right paths during failure in quickstart. for issue #3
This commit is contained in:
@ -85,6 +85,9 @@ Verify you have a working mox binary:
|
||||
|
||||
Note: Mox only compiles/works on unix systems, not on Plan 9 or Windows.
|
||||
|
||||
You can also run mox with docker image "moxmail/mox" on hub.docker.com, with
|
||||
tags like "latest", "0.0.1", etc. See docker-compose.yml in this repository.
|
||||
|
||||
|
||||
# Quickstart
|
||||
|
||||
|
Reference in New Issue
Block a user