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

pull/4/head
drunkendog 2023-08-13 21:51:52 +01:00
parent aa2dc773f9
commit 752a57d87e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
docker run -d --net main_subnet --ip 172.30.23.1 \ docker run -d --net main_subnet --ip 172.30.23.1 \
-e TZ=America/New_York \ -e TZ=America/New_York \
-e DEBUG=False \ -e DEBUG=False \
-e SITE_ROOT=$SITE_ROOT \
-e DEFAULT_FROM_EMAIL=$DEFAULT_FROM_EMAIL \ -e DEFAULT_FROM_EMAIL=$DEFAULT_FROM_EMAIL \
-e EMAIL_HOST=$EMAIL_HOST \ -e EMAIL_HOST=$EMAIL_HOST \
-e EMAIL_PORT=$EMAIL_PORT \ -e EMAIL_PORT=$EMAIL_PORT \