-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
-e TZ=Europe/Moscow #149
Comments
That looks like a problem in the alpine image, not nginx related. |
The nginx use it... Write time, for exp, in log file. So... Can may be need expand alpine for nginx and resolve problem? |
yes, its resolve problem.
|
Please provide a PR for it, then. |
issue nginxinc#149
You can add
in Dockerfile ,rebuild docker image |
other based alpine Docker Image (redis,memcached,etc) is not include tzdata! |
@bscheshirwork I got it. |
Thank you! I will propose this changes into redis image too... |
Add tzdata use |
I can't configure the
nginx
service throw environmentTZ
Another service in the composition can set timezone with
but nginx-alpine has strange effect:
without pass -e
UTC -> GMT
may be this
gliderlabs/docker-alpine#136 (comment)
The text was updated successfully, but these errors were encountered: