HortusFox documentation
This document shows you how to upgrade HortusFox from 3.6 to 3.7.
You can update your docker containers via the following command
docker-compose pull
docker-compose up -d
Manual upgrading can be done via the following steps
git pull
composer update
php asatru migrate:list
php asatru migrate:upgrade