Update 'scripts/healthchecks/launch-docker.sh'

pull/4/head
drunkendog 2023-08-13 21:02:35 +01:00
parent e9c429e1db
commit 8c3e0f07f9
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
. ./email.conf
docker run -d --net main_subnet --ip 172.30.23.1 \
-e TZ=America/New_York \
-e DEBUG=False \
-e DEFAULT_FROM_EMAIL=DEFAULT_FROM_EMAIL \
-e EMAIL_HOST=EMAIL_HOST \
-e EMAIL_PORT=EMAIL_PORT \
-e EMAIL_HOST_USER=EMAIL_HOST_USER \
-e EMAIL_HOST_PASSWORD=EMAIL_HOST_PASSWORD \
-e EMAIL_USE_TLS=True \
--name=healthchecks \
--restart unless-stopped \
lscr.io/linuxserver/healthchecks:latest