docs: add in example on how to map in local timezone

This commit is contained in:
will Farrell
2020-11-30 22:06:22 -07:00
parent 4969af7121
commit 4b31e38e75
+7
View File
@@ -43,6 +43,13 @@ The certificates, and keys need these names:
* client-cert.pem
* client-key.pem
### Change Timezone
If you need the timezone to match the local machine, you can map the `/etc/localtime` into the container.
```
docker run ... -v /etc/localtime:/etc/localtime:ro
```
## ENV Defaults
```
AUTOHEAL_CONTAINER_LABEL=autoheal