Enable Vaultwarden SMTP on mini-pc
Expose Maddy on port 2525 and connect Vaultwarden and Uptime Kuma to the mail network for outbound mail delivery.
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
||||
container_name: maddy
|
||||
hostname: maddy
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "2525:2525"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user