Remove debugging

This commit is contained in:
MrMeeb 2024-12-08 20:44:54 +00:00
parent f2cbd0214e
commit c2d9af5198

View File

@ -6,4 +6,4 @@ 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", "-D"]
CMD ["snmptrapd","-n","-L","o","-f","-M","/mibs","-m","ALL"]