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