mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-23 22:29:58 -07:00
fix exposed metrics port protocol in Dockerfile
This commit is contained in:
@@ -23,7 +23,7 @@ RUN adduser -D mochi
|
||||
EXPOSE 6969/tcp
|
||||
EXPOSE 6969/udp
|
||||
# Metrics port
|
||||
EXPOSE 6880/udp
|
||||
EXPOSE 6880/tcp
|
||||
|
||||
# Drop root privileges
|
||||
USER mochi
|
||||
|
||||
Reference in New Issue
Block a user