Skip to content

Commit

Permalink
Add snmpdv3 example service for SNMP development
Browse files Browse the repository at this point in the history
This adds an snmpdv3 example service to the other SNMP examples in
docker-compose.snmp.yml
  • Loading branch information
lunkwill42 committed Oct 31, 2023
1 parent 87c4d9b commit f6ff332
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.snmp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This compose file shows an example of how you can add SNMP proxying
# services to the Docker Compose development environment.
# or test services to the Docker Compose development environment.

# To set up a full dev environment with proxying, either copy the examples
# from this file to docker-compose.override.yml, or tell docker compose to also
Expand Down Expand Up @@ -42,3 +42,10 @@ services:
mydevice.mydomain:
<< : *forwarder
command: 192.168.0.1 user@my-hop-host 10000

# This creates an SNMPv3 test server, see tools/snmpdv3 for details
snmpdv3:
build: tools/snmpdv3
ports:
- 161:161/udp

0 comments on commit f6ff332

Please sign in to comment.