We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1400301 commit 1caebdaCopy full SHA for 1caebda
1 file changed
Dockerfile
@@ -12,7 +12,8 @@ ARG OVERMIND_URL=https://github.com/DarthSim/overmind/releases/download/v2.5.1/o
12
ENV WORKDIR=/app \
13
TZ="Asia/Shanghai" \
14
OVERMIND_PROCFILE=/Procfile \
15
- OVERMIND_CAN_DIE=crontab \
+ OVERMIND_CAN_DIE=caddy,crontab \
16
+ OVERMIND_SHOW_TIMESTAMPS=0 \
17
GOTIFY_SERVER_PORT=8080 \
18
GOTIFY_SERVER_TRUSTEDPROXIES='["127.0.0.1"]'
19
0 commit comments