Change supervisor command

Steven 2021-04-14 11:38:01 +02:00
parent d2abf3d27b
commit 7502ec9c87
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
MYSQL_HOST=db
MYSQL_HOST=misp-db
MYSQL_DATABASE=misp
MYSQL_USER=misp
MYSQL_PASSWORD=misp

View File

@ -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