update docker configuration

This commit is contained in:
Sukchan Lee 2018-02-21 12:35:05 +09:00
parent c827701824
commit 91c9586561
3 changed files with 3 additions and 1 deletions

View file

@ -62,6 +62,7 @@ services:
- net.ipv6.conf.all.disable_ipv6=0
volumes:
- home:/home/${USER}
- ${HOME}:/mnt
hostname: nextepc-dev
command: /bin/bash -c "chmod 666 /dev/net/tun; /root/setup.sh; su acetcom"