open5gs/support/docker/docker-compose.run.yml

19 lines
427 B
YAML
Raw Normal View History

2018-02-20 10:36:34 +00:00
version: '3'
services:
run:
network_mode: "host"
2018-02-20 10:36:34 +00:00
image: ${USER}/${DIST-ubuntu}-${TAG-latest}-build
depends_on:
- mongodb
- build
cap_add:
- NET_ADMIN
devices:
- "/dev/net/tun:/dev/net/tun"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
- net.ipv6.conf.all.forwarding=1
hostname: nextepc-run
command: /bin/bash -c "/root/setup.sh; /usr/local/bin/nextepc-epcd"