title |
---|
Update |
If you installed the software with the Docker-Compose Stack (install.sh), you've come to the right place.
The whole thing takes a few minutes and is very easy to understand.
cd /opt/livck
This step can take a few minutes
docker-compose exec app php artisan update --force
Restarting the application
docker-compose restart
After successfully updating the software, we should set the required rights again
chmod -R gu+w storage/ && chmod -R guo+w storage/ && chmod -R gu+w bootstrap/cache/ && chmod -R guo+w bootstrap/cache/
After the update, you should restart the container so that all changes are applied.
docker-compose restart