runtime is testedwq

This commit is contained in:
Sukchan Lee 2018-02-20 23:49:24 +09:00
parent bd1dff2dc5
commit 5fcc7e2ee6
2 changed files with 13 additions and 3 deletions

View file

@ -14,5 +14,10 @@ services:
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
- net.ipv6.conf.all.forwarding=1
volumes:
- config:/etc/nextepc
hostname: nextepc-run
command: /bin/bash -c "/root/setup.sh; /usr/local/bin/nextepc-epcd"
command: /bin/bash -c "/root/setup.sh; /usr/bin/nextepc-epcd"
volumes:
config: {}