Skip to content
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

Added tzdata package #210

Closed
wants to merge 1 commit into from
Closed

Conversation

John-Appleseed
Copy link

Fixed missing timezone data by adding the tzdata package to apt-get.
With tzdata installed, the docker environment variable TZ will set the correct timezone during the init phase.

Fixed missing timezone data by adding the tzdata package to apt-get.
With tzdata installed, the docker environment variable `TZ` will set the correct timezone during the init phase.
@John-Appleseed
Copy link
Author

Temporary fix is to share the host's zoneinfo to the container via /usr/share/zoneinfo:/usr/share/zoneinfo:ro

services:
  scrutiny:
    container_name: scrutiny
    volumes:
      - /usr/share/zoneinfo:/usr/share/zoneinfo:ro

@AnalogJ AnalogJ mentioned this pull request May 7, 2022
@AnalogJ AnalogJ closed this in #222 May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant