aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/netconf-pnp-simulator/docs/examples/mynetconf/docker-compose.yml
blob: 6266b6acfba7cff9a9786a89d574861a65c1b772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: '3'

services:
  netopeer2:
    image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.8.2
    container_name: mynetconf
    restart: always
    ports:
      - "830:830"
      - "6513:6513"
    volumes:
      - ./:/config/modules/mynetconf