aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/netconf-pnp-simulator/modules/docker-compose.yml
blob: 8176e3b95a9415644be908c38fd548adeb2bb4b4 (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.6.1
    container_name: netconf-pnp-simulator
    restart: always
    ports:
      - "830:830"
      - "6513:6513"
    volumes:
      - ./:/config/modules