Skip to content

Commit 1caebda

Browse files
committed
feat: add overmind env OVERMIND_SHOW_TIMESTAMPS
1 parent 1400301 commit 1caebda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ ARG OVERMIND_URL=https://github.com/DarthSim/overmind/releases/download/v2.5.1/o
1212
ENV WORKDIR=/app \
1313
TZ="Asia/Shanghai" \
1414
OVERMIND_PROCFILE=/Procfile \
15-
OVERMIND_CAN_DIE=crontab \
15+
OVERMIND_CAN_DIE=caddy,crontab \
16+
OVERMIND_SHOW_TIMESTAMPS=0 \
1617
GOTIFY_SERVER_PORT=8080 \
1718
GOTIFY_SERVER_TRUSTEDPROXIES='["127.0.0.1"]'
1819

0 commit comments

Comments
 (0)