updated layout for webmail and added http dns letsencrypt
This commit is contained in:
@@ -39,7 +39,9 @@ RUN chmod +x /usr/local/bin/entrypoint-rspamd.sh
|
||||
WORKDIR /app/data
|
||||
VOLUME ["/app/data", "/var/lib/rspamd"]
|
||||
|
||||
EXPOSE 25 465 143 993 5000 5001
|
||||
# Port 80 is only actually bound while [LetsEncrypt] challenge_type=http-01 is enabled
|
||||
# and an obtain/renew is in flight — harmless to expose even when unused.
|
||||
EXPOSE 25 465 143 993 80 5000 5001
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=5s --start-period=15s --retries=3 \
|
||||
CMD curl -fs http://127.0.0.1:5000/health || exit 1
|
||||
|
||||
Reference in New Issue
Block a user