change network configuration for docker

This commit is contained in:
Sukchan Lee 2018-02-20 22:29:46 +09:00
parent 9a86d4cb7c
commit f1ad0b11ae
5 changed files with 5 additions and 16 deletions

View file

@ -64,7 +64,7 @@ services:
volumes:
- home:/home/${USER}
hostname: nextepc-dev
command: /bin/bash -c "chmod 666 /dev/net/tun; /etc/init.d/networking start; su acetcom"
command: /bin/bash -c "chmod 666 /dev/net/tun; /root/setup.sh; su acetcom"
volumes:
mongodb: {}