You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to start the docker with the localtime correctly configured.
But, anytime, he use the UTC and not my localtime file indicated in the compose file
Environment:
What happened:
I try to start the docker with the localtime correctly configured.
But, anytime, he use the UTC and not my localtime file indicated in the compose file
How did you reproduce it?
Modify the compose file and restart the compose with command
docker compose up -d
Debug Information:
With this configuration, I have that on the shell:
I think the issue is related to the following part that is present in stable Dockerfile:
So, even if I try to override it, it can not work...
The text was updated successfully, but these errors were encountered: