Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 90a4017

Browse files
committed
add in healthcheck env vars
1 parent 41fc533 commit 90a4017

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ docker run -d \
2727
-v <path for data files>:/data \
2828
-v /etc/localtime:/etc/localtime:ro \
2929
-e TZ=Etc/<region> \
30+
-e HEALTHCHECK_COMMAND=<command> \
31+
-e HEALTHCHECK_ACTION=<action> \
3032
-e UMASK=<umask for created files> \
3133
-e PUID=<uid for user> \
3234
-e PGID=<gid for user> \

0 commit comments

Comments
 (0)