mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
Fix the docker development environment
This commit is contained in:
parent
2d5f9d0d26
commit
f3ddfaec44
2 changed files with 9 additions and 2 deletions
|
|
@ -66,8 +66,14 @@ services:
|
|||
- home:/home/${USER}
|
||||
- ${HOME}:/mnt
|
||||
hostname: nextepc-dev
|
||||
command: /bin/bash -c "chmod 666 /dev/net/tun; /root/setup.sh; su acetcom"
|
||||
|
||||
user: ${USER}
|
||||
entrypoint: /bin/bash -c "/bin/bash -c \"$${@}\""
|
||||
command: |
|
||||
/bin/bash -c "
|
||||
sudo chmod 666 /dev/net/tun
|
||||
sudo /root/setup.sh
|
||||
/bin/bash || exit 0
|
||||
"
|
||||
volumes:
|
||||
mongodb: {}
|
||||
home: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue