-
Notifications
You must be signed in to change notification settings - Fork 18
5. Upgrade Cyberbro
stanfrbd edited this page Jan 21, 2025
·
1 revision
- Go to your cyberbro directory (e.g.
/opt/cyberbro
). docker compose down
git pull
docker compose up --build
Warning
Be careful that your secrets.json
is up to date
- Go to your cyberbro directory (e.g.
/opt/cyberbro
). git pull
pip install -r requirements.txt
-
gunicorn -w 4 -t 4 -b 0.0.0.0:5000 app:app
(or usingsupervisord.conf
)
Warning
Be careful that your secrets.json
is up to date
Any questions? Raise an issue or contact @cyberbro_cti on X / @cyberbro on Mastodon (infosec.exchange).