update it

This commit is contained in:
Sukchan Lee 2018-02-20 23:57:06 +09:00
parent 5fcc7e2ee6
commit c827701824
3 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@ services:
- "/dev/net/tun:/dev/net/tun"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
- net.ipv6.conf.all.forwarding=1
volumes:
- config:/etc/nextepc
hostname: nextepc-run

View File

@ -14,6 +14,5 @@ services:
- "/dev/net/tun:/dev/net/tun"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
- net.ipv6.conf.all.forwarding=1
hostname: nextepc-test
command: /bin/bash -c "/root/setup.sh; sed 's|localhost|mongodb|' /usr/local/etc/nextepc/nextepc.conf > /tmp/nextepc.conf; mv -f /tmp/nextepc.conf /usr/local/etc/nextepc/; cd nextepc; ./test/testepc"

View File

@ -60,7 +60,6 @@ services:
- "/dev/net/tun:/dev/net/tun"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
- net.ipv6.conf.all.forwarding=1
volumes:
- home:/home/${USER}
hostname: nextepc-dev