Add further debugging

This commit is contained in:
MrMeeb 2024-12-08 19:24:24 +00:00
parent 888eb2b848
commit 0c6d6c9ed2

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