mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 13:18:18 +00:00
14 lines
357 B
YAML
14 lines
357 B
YAML
services:
|
|
sink:
|
|
container_name: kumo-sink
|
|
hostname: sinkinator
|
|
# use the latest build from `main`
|
|
image: ghcr.io/kumocorp/kumomta:main
|
|
# alternatively, use the latest stable release
|
|
#image: ghcr.io/kumocorp/kumomta:latest
|
|
volumes:
|
|
- ./policy:/opt/kumomta/etc/policy
|
|
restart: unless-stopped
|
|
ports:
|
|
- 2525:25
|