version: '3' | |
services: | |
netconf-pnp-simulator: | |
image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.8.5 | |
container_name: netconf-simulator | |
restart: always | |
ports: | |
- "830:830" | |
- "6513:6513" | |
volumes: | |
- ${NETCONF_CONFIG_PATH}:/config/modules/mynetconf |