From ab6b6e4c269bc25dcffeb4f37ef4d43aeb299f78 Mon Sep 17 00:00:00 2001 From: Hiroki Kamino <46459949+err931@users.noreply.github.com> Date: Wed, 14 Aug 2019 14:06:57 +0900 Subject: [PATCH] Changed description of time-zone setting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39bfcb98c1..c978d918cb 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ If you only want to output the report, run as follows to get the result: **This image supports building on the ARM architecture.** (e.g. Raspberry Pi) -**Do you want to change the timezone?** Copy the timezone configuration file in `tzdata.tar.xz` to `/etc/localtime`. +**Do you want to change the timezone?** Use the `-e` option to pass the time-zone setting to Docker. (e.g. `-e TZ="America/New_York"`) **Make sure that you use the correct log-format preset.** (e.g. use `COMBINED` for Apache's *combined* log format or use `COMMON` for the Apache Tomcat access log. More predefined pattern can be found [here](src/settings.c#L51).)