-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timezone cannot be set correctly #74
Comments
Added |
@mondsen please test and report back once the new image is finished building and has been pushed: |
I just tested the new image but the TZ can not be changed. I have not found a definite answer yet but maybe after adding the package tzdata it is also mandatory to define a default ENV in the Dockerfile to be able to overwrite it? |
@sethforprivacy Hi again, can you try and set e.g. ENV TZ=Europe/Copenhagen to the Dockerfile? I hope this way I am able to overwrite it with my local variable. |
@mondsen will do some testing on this as I have time. |
I am trying to set the timezone for the log outputs of monerod correctly but it is not working. Mapping /etc/localtime via a volume does not work and you have not added the TZ package in your dockerfile. Maybe you can add "RUN apk add --no-cache tzdata" so that we can set something like ENV TZ=Europe/Copenhagen?
The text was updated successfully, but these errors were encountered: