Enable debug again

This commit is contained in:
MrMeeb 2024-12-08 21:00:32 +00:00
parent c2d9af5198
commit f6bab828e7

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