This repository has been archived on 2024-12-17. You can view files and clone it, but cannot push or open issues or pull requests.
get-all-logs/snmpsim-docker-compose.yaml

11 lines
248 B
YAML
Raw Permalink Normal View History

2023-06-17 00:58:42 +08:00
version: "3.7"
services:
snmpsim:
image: registry-dev.ispsystem.net/docker/snmpsim:master
container_name: snmpsim
restart: always
environment:
MODE: "switch/huawei,switch/cisco,pdu/rpcm,ups"
ports:
- "161:161/udp"