docker
docker copied to clipboard
Set Timezone
How do you set the timezone for the docker image? It is currently set to UTC.
add TZ variable 👍
environment:
- TZ=Europe/Paris
thank you!
This has no effect inside the container!
@Maoie86 please close this issue if you have the solution you need.