We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug when deploy with docker,the container's date is not correct
To Reproduce Steps to reproduce the behavior:
docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest docker exec -it answer bash date
Expected behavior date should be consistent with host's date
Screenshots
The text was updated successfully, but these errors were encountered:
@sivdead The dete command looks show the UTC time.
dete
Sorry, something went wrong.
but i see the log date is also incorrectly..
maybe we should add an optinon for timezone setting.
feat(build): add timezone arg for dockerfile (#581)
ab2be14
close #528 --------- Signed-off-by: Adam Vollrath <[email protected]> Co-authored-by: Adam Vollrath <[email protected]>
Maybe we can close this issue via #581
LinkinStars
Successfully merging a pull request may close this issue.
Describe the bug
when deploy with docker,the container's date is not correct
To Reproduce
Steps to reproduce the behavior:
docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest docker exec -it answer bash date
Expected behavior
date should be consistent with host's date
Screenshots

The text was updated successfully, but these errors were encountered: