Correctly manage the system time of my IRIS container
In a containerized environment, you can manage your container time via the TZ variable or via the /etc/timezone and /etc/localtime directories:
environment:
- TZ=Europe/Parisvolumes:
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"You can find complete examples here:
Discussion (0)0