Remove TCP expose

This commit is contained in:
MrMeeb 2024-12-08 22:12:03 +00:00
parent c1121344be
commit ad11523d7d

View File

@ -3,6 +3,5 @@ FROM alpine:3.21
RUN apk --no-cache add net-snmp
ADD mibs.tar.gz /mibs/
ADD snmptrapd.conf /etc/snmp/snmptrapd.conf
EXPOSE 162/tcp
EXPOSE 162/udp
CMD ["snmptrapd","-n","-L","o","-f","-M","/mibs","-m","ALL"]