aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: d9afeac62af2a11013c1c15b5dced546b3382762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: '3'

services:

  netconf-server:
    container_name: netconf-server
    image: onap/org.onap.integration.simulators.netconf-server:latest
    environment:
     - ENABLE_TLS=true
    ports:
     - "830:830"
     - "6513:6513"