forked from pyouroboros/ouroboros
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Timezone Configuration
gmt2001 edited this page Apr 23, 2023
·
4 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 \
gmt2001/ouroboros
For a list of valid timezones, see the TZ identifier column at Wikipedia: List of tz database time zones