blob: d8e723baed6e634bfce19d6abea17e703160aaa6 [file] [log] [blame]
ajay_dp001ebc79b22020-04-14 13:07:48 +05301version: '3'
2
3services:
4 netconf-pnp-simulator:
ajay_dp00120151442020-07-08 19:14:40 +05305 image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.8.6
ajay_dp001ebc79b22020-04-14 13:07:48 +05306 container_name: netconf-simulator
7 restart: always
8 ports:
9 - "830:830"
10 - "6513:6513"
11 volumes:
12 - ${NETCONF_CONFIG_PATH}:/config/modules/mynetconf