fix: expose aria2 udp port

This commit is contained in:
Aaron Liu
2026-03-04 14:40:04 +08:00
parent 5b823305d5
commit 3fd8aaa398
3 changed files with 5 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ COPY cloudreve ./cloudreve
RUN chmod +x ./cloudreve \
&& chmod +x ./entrypoint.sh
EXPOSE 5212 443
EXPOSE 5212 443 6888 6888/udp
VOLUME ["/cloudreve/data"]