File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ services:
114
114
- SWARM=0 # optional
115
115
- SYSTEM=0 # optional
116
116
- TASKS=0 # optional
117
+ - TZ=Etc/UTC # optional
117
118
- VERSION=1 # optional
118
119
- VOLUMES=0 # optional
119
120
volumes :
@@ -155,6 +156,7 @@ docker run -d \
155
156
-e SWARM=0 `#optional` \
156
157
-e SYSTEM=0 `#optional` \
157
158
-e TASKS=0 `#optional` \
159
+ -e TZ=Etc/UTC `#optional` \
158
160
-e VERSION=1 `#optional` \
159
161
-e VOLUMES=0 `#optional` \
160
162
-v /var/run/docker.sock:/var/run/docker.sock:ro \
@@ -196,6 +198,7 @@ Containers are configured using parameters passed at runtime (such as those abov
196
198
| ` -e SWARM=0 ` | ` /swarm ` |
197
199
| ` -e SYSTEM=0 ` | ` /system ` |
198
200
| ` -e TASKS=0 ` | ` /tasks ` |
201
+ | ` -e TZ=Etc/UTC ` | ` Set container timezone ` |
199
202
| ` -e VERSION=1 ` | ` /version ` |
200
203
| ` -e VOLUMES=0 ` | ` /volumes ` |
201
204
| ` -v /var/run/docker.sock:ro ` | Mount the host docker socket into the container. |
@@ -322,6 +325,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
322
325
323
326
## Versions
324
327
328
+ * ** 19.08.25:** - Add tzdata for localised logging timestamps.
325
329
* ** 03.06.25:** - Rebase to Alpine 3.22. Add RISCV support.
326
330
* ** 08.04.25:** - Add ` LOG_LEVEL ` back.
327
331
* ** 06.04.25:** - Switch back to haproxy for better handling of ` docker exec ` connection hijacking.
You can’t perform that action at this time.
0 commit comments