Skip to content

Timezone Configuration

Caleb Lemoine edited this page Jan 14, 2019 · 2 revisions

To more closely monitor ouroboros' actions and for accurate log ingestion, you can change the timezone of the container from UTC by setting the TZ environment variable like so:

docker run -d --name ouroboros \
  -e TZ=America/Chicago \
  -v /var/run/docker.sock:/var/run/docker.sock \
  pyouroboros/ouroboros