From 7502ec9c87352890ac9e7b3420bad4a6469bc42b Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 14 Apr 2021 11:38:01 +0200 Subject: [PATCH] Change supervisor command --- template.env | 2 +- web/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template.env b/template.env index 96e8ec8..e1af9d4 100644 --- a/template.env +++ b/template.env @@ -1,4 +1,4 @@ -MYSQL_HOST=db +MYSQL_HOST=misp-db MYSQL_DATABASE=misp MYSQL_USER=misp MYSQL_PASSWORD=misp diff --git a/web/run.sh b/web/run.sh index c6c20a2..ccc9a2b 100755 --- a/web/run.sh +++ b/web/run.sh @@ -140,5 +140,5 @@ chown www-data:www-data /var/www/MISP/app/Config/config.php* # Start supervisord echo "Starting supervisord" cd / -exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf +exec supervisord -c /etc/supervisor/conf.d/supervisord.conf