mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
fix the timezone in EMM & GTP encoding
This commit is contained in:
parent
b2c6c8f856
commit
8c68560ccd
6 changed files with 58 additions and 31 deletions
|
|
@ -56,7 +56,8 @@ services:
|
|||
- base
|
||||
environment:
|
||||
- DB_URI=mongodb://mongodb/nextepc
|
||||
- DISPLAY=docker.for.mac.localhost:0
|
||||
- DISPLAY=$DISPLAY
|
||||
# - DISPLAY=docker.for.mac.localhost:0
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
devices:
|
||||
|
|
@ -67,7 +68,8 @@ services:
|
|||
- home:/home/${USER}
|
||||
- ${HOME}:/mnt
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# - /etc/localtime:/etc/localtime:ro
|
||||
# - /usr/share/zoneinfo/Europe/Helsinki:/etc/localtime:ro
|
||||
hostname: nextepc-dev
|
||||
user: ${USER}
|
||||
entrypoint: /bin/bash -c "/bin/bash -c \"$${@}\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue