1
0

chore(deps): update foxcpp/maddy docker tag to v0.8.2 (#3444)

This commit is contained in:
renovate[bot]
2026-01-14 16:40:23 +00:00
committed by GitHub
parent e6e83aed5b
commit 7912a63d7d
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
services:
maddymail:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${SMTP_IN_PORT}:25"
- "${IMAP4_PORT}:143"
- "${SMTP_S_PORT}:465"
- "${SMTP_S_PORT2}:587"
- "${IMAP4_PORT2}:993"
volumes:
- maddydata:/data
environment:
- MADDY_HOSTNAME=${MAIL_HOSTNAME}
- MADDY_DOMAIN=${MAIL_DOMAIN}
image: foxcpp/maddy:0.8.2
labels:
createdBy: "Apps"
volumes:
maddydata:
external: true
networks:
1panel-network:
external: true