1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-17 01:32:29 +02:00

Declare fuzzy_worker port 11335 in EXPOSE section

This commit is contained in:
ofthesun9
2018-10-07 16:38:41 +00:00
parent fdda813163
commit 6b34b2728e

View File

@ -9,7 +9,7 @@ RUN mkdir /run/rspamd
COPY conf/ /conf
COPY start.py /start.py
EXPOSE 11332/tcp 11334/tcp
EXPOSE 11332/tcp 11334/tcp 11335/tcp
VOLUME ["/var/lib/rspamd"]