diff options
| author | 2019-01-16 22:19:40 +0100 | |
|---|---|---|
| committer | 2019-01-16 22:19:40 +0100 | |
| commit | 4355849ec36efb3aa4b711912abd71e30cf2d5ee (patch) | |
| tree | b784231649f496add435a7a102a32120f172b71a /Docker/README.md | |
| parent | 9214eeecff363883d3d396490e8f1c7adf523c05 (diff) | |
Docker Alpine PHP timezone (#2218)
https://github.com/FreshRSS/FreshRSS/issues/2153
Diffstat (limited to 'Docker/README.md')
| -rw-r--r-- | Docker/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docker/README.md b/Docker/README.md index 1a915f326..ac745c49d 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -66,6 +66,7 @@ sudo docker volume create freshrss-data sudo docker run -d --restart unless-stopped --log-opt max-size=10m \ -v freshrss-data:/var/www/FreshRSS/data \ -e 'CRON_MIN=4,34' \ + -e TZ=Europe/Paris \ --net freshrss-network \ --label traefik.port=80 \ --label traefik.frontend.rule='Host:freshrss.example.net' \ @@ -74,6 +75,7 @@ sudo docker run -d --restart unless-stopped --log-opt max-size=10m \ --name freshrss freshrss/freshrss ``` +* Replace `TZ=Europe/Paris` by your [server timezone](http://php.net/timezones), or remove the line to use `UTC`. * If you cannot have FreshRSS at the root of a dedicated domain, update the command above according to the following model: `--label traefik.frontend.rule='Host:freshrss.example.net;PathPrefixStrip:/FreshRSS/' \` * You may remove the `--label traefik.*` lines if you do not use Træfik. |
