Updated: 2023-07-14
AG352-4YED3-0852Q-LPXXT-MGKG4
FC1R0-2EX4M-H854Y-2NWGE-Q2KXA
ZU3EH-0YXD4-4819Q-CFWQZ-MZHX4
global | |
log 127.0.0.1 local0 | |
maxconn 8192 | |
user haproxy | |
group haproxy | |
defaults | |
log global | |
mode http | |
option httplog |
The timezone of a container can be set using an environment variable in the docker container when it is created. For example:
$ docker run ubuntu:latest date
Sat Feb 27 15:58:32 UTC 2021
$ docker run -e TZ=America/Bogota ubuntu:latest date
Sat Feb 27 15:58:40 Asia 2021