mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 06:57:19 +00:00
change network configuration for docker
This commit is contained in:
parent
9a86d4cb7c
commit
f1ad0b11ae
5 changed files with 5 additions and 16 deletions
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue