Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

add timezone #110

Closed
wants to merge 1 commit into from
Closed

add timezone #110

wants to merge 1 commit into from

Conversation

parkervcp
Copy link
Member

add timezone as a volume

resolves pterodactyl/panel#1840

add timezone as a volume

resolves pterodactyl/panel#1840
@@ -14,5 +14,6 @@ services:
- "/srv/daemon/config/:/srv/daemon/config/"
- "/srv/daemon-data/:/srv/daemon-data/"
- "/tmp/pterodactyl/:/tmp/pterodactyl"
- "/etc/timezone:/etc/timezone:ro"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not just set the timezone env (TZ=) based on the system timezone? We've perpetually had issues with this bind mounting, its one the reasons I completely removed it from wings.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then it just sounds like a variable people can set themselves. We can just close this

@parkervcp parkervcp closed this Mar 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Daemon: docker, mount /etc/timezone
2 participants