-
Self Checks
ContentAttempt to map the time zone of the host machine in 'docker compose. yml'. After successful mapping, check that most of the time zones in the Docker container are normal, but the time zone in the 'docker-wep-1' container is still incorrect. Currently, no other settings have been found to modify the time zone of this Docker container When I was checking the log records in the Dify self built application, I found that the time zone recorded on the log was not UTC+8, and I am not sure if this time is related to the "docker-wep-1" time I'm not sure if you've encountered this issue, how can I change it to UTC+8 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
I have encountered the same problem and currently do not know how to solve it. |
Beta Was this translation helpful? Give feedback.
-
I am trying to find a solution myself, and currently the time on the web page has returned to normal (UTC+8).
Another thing to confirm is to modify two configuration items in the PostgreSQL database configuration file postgresql.conf, as shown below
|
Beta Was this translation helpful? Give feedback.
-
But currently, the log time of some containers is incorrect, which needs to be solved by finding other methods |
Beta Was this translation helpful? Give feedback.
I am trying to find a solution myself, and currently the time on the web page has returned to normal (UTC+8).
The reason for the problem is that I previously added a mapping to the volumes of each service in the doker-compose.yaml file, but after removing it, it will be fine. The configuration statement is as follows
Another thing to confirm is to modify two configuration items in the PostgreSQL database configuration file postgresql.conf, as shown below