Skip to content

Commit 978ada0

Browse files
Bot Updating Documentation
1 parent 58651a0 commit 978ada0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/images/docker-socket-proxy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ services:
114114
- SWARM=0 #optional
115115
- SYSTEM=0 #optional
116116
- TASKS=0 #optional
117+
- TZ=Etc/UTC #optional
117118
- VERSION=1 #optional
118119
- VOLUMES=0 #optional
119120
volumes:
@@ -155,6 +156,7 @@ docker run -d \
155156
-e SWARM=0 `#optional` \
156157
-e SYSTEM=0 `#optional` \
157158
-e TASKS=0 `#optional` \
159+
-e TZ=Etc/UTC `#optional` \
158160
-e VERSION=1 `#optional` \
159161
-e VOLUMES=0 `#optional` \
160162
-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
196198
| `-e SWARM=0` | `/swarm` |
197199
| `-e SYSTEM=0` | `/system` |
198200
| `-e TASKS=0` | `/tasks` |
201+
| `-e TZ=Etc/UTC` | `Set container timezone` |
199202
| `-e VERSION=1` | `/version` |
200203
| `-e VOLUMES=0` | `/volumes` |
201204
| `-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
322325

323326
## Versions
324327

328+
* **19.08.25:** - Add tzdata for localised logging timestamps.
325329
* **03.06.25:** - Rebase to Alpine 3.22. Add RISCV support.
326330
* **08.04.25:** - Add `LOG_LEVEL` back.
327331
* **06.04.25:** - Switch back to haproxy for better handling of `docker exec` connection hijacking.

0 commit comments

Comments
 (0)