Update Dockerfile

This commit is contained in:
dchidell 2019-07-12 16:18:00 +01:00 committed by GitHub
parent 0606754238
commit 4ff58ad997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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