mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +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"
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "25:25"
|
||||
- "587:587"
|
||||
- "143:143"
|
||||
- "465:465"
|
||||
- "993:993"
|
||||
- "443:443"
|
||||
volumes:
|
||||
## system
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw # required for systemd
|
||||
|
||||
@@ -36,6 +36,7 @@ services:
|
||||
- "25:25"
|
||||
- "587:587"
|
||||
- "143:143"
|
||||
- "465:465"
|
||||
- "993:993"
|
||||
volumes:
|
||||
## system
|
||||
|
||||
Reference in New Issue
Block a user