Remove debugging

This commit is contained in:
MrMeeb 2024-12-08 21:16:13 +00:00
parent f6bab828e7
commit 8314be44e3

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"]