mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
add 465 port
https://github.com/chatmail/relay/pull/614#discussion_r2279707059
This commit is contained in:
@@ -33,11 +33,12 @@ services:
|
|||||||
# IS_DEVELOPMENT_INSTANCE: "True"
|
# IS_DEVELOPMENT_INSTANCE: "True"
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
- "443:443"
|
||||||
- "25:25"
|
- "25:25"
|
||||||
- "587:587"
|
- "587:587"
|
||||||
- "143:143"
|
- "143:143"
|
||||||
|
- "465:465"
|
||||||
- "993:993"
|
- "993:993"
|
||||||
- "443:443"
|
|
||||||
volumes:
|
volumes:
|
||||||
## system
|
## system
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw # required for systemd
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw # required for systemd
|
||||||
|
|||||||
Reference in New Issue
Block a user