mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-12 15:53:32 -07:00
Update Dockerfile
Fix exposed ports (again)
This commit is contained in:
+3
-3
@@ -20,10 +20,10 @@ RUN adduser -D mochi
|
||||
|
||||
# Expose a docker interface to our binary.
|
||||
# Tracker ports
|
||||
EXPOSE 6969:6969/tcp
|
||||
EXPOSE 6969:6969/udp
|
||||
EXPOSE 6969/tcp
|
||||
EXPOSE 6969/udp
|
||||
# Metrics port
|
||||
EXPOSE 6880:6880/udp
|
||||
EXPOSE 6880/udp
|
||||
|
||||
# Drop root privileges
|
||||
USER mochi
|
||||
|
||||
Reference in New Issue
Block a user