* Introducing UE_IPV4_INTERNET/IMS variable
{Added} Introducing UE_IPV4_INTERNET/IMS variable and some minor changes to readme and DOCKER_HOST_IP
* Introducing UE_IPV4_INTERNET/IMS variable
Fixing Requested changes
Method 1:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
Mount these inside container so that host and container time are in sync
Method 2:
Pass the TZ environment variable and run the following inside container
$ ln -snf /usr/share/zoneinfo/Europe/Berlin /etc/localtime && echo Europe/Berlin > /etc/timezone