Maybe less debugging?

This commit is contained in:
MrMeeb 2024-12-08 19:26:12 +00:00
parent 0c6d6c9ed2
commit 368f6e20fb

View File

@ -5,4 +5,4 @@ RUN apk --no-cache add net-snmp
ADD mibs.tar.gz /mibs/
ADD snmptrapd.conf /etc/snmp/snmptrapd.conf
EXPOSE 162
CMD ["snmptrapd","-n","-L","o","-f","-M","/mibs","-m","ALL", "-D","ALL"]
CMD ["snmptrapd","-n","-L","o","-f","-M","/mibs","-m","ALL", "-D"]