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

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