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

@ -15,4 +15,4 @@ services:
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
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"
command: /bin/bash -c "/root/setup.sh; /usr/bin/testepc"