Skip to content

Include a mechanism to set local timezone #58

@Goro2030

Description

@Goro2030

It would be great if one could pass the local timezone variable to the container to use, especially handy for the bitcoin debug.log.

For this to work , it requires the tzdata package installed in the image, according to this wiki article.

Then the user would pass an environment variable in compose:

environment:
      - TZ=America/Santiago

or a -e in the docker command line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions