Skip to main content

matomo

docker-compose exec matomo chown -R www-data:www-data /var/www/html
docker-compose exec matomo find /var/www/html -type f -exec chmod 644 {} \;
docker-compose exec matomo find /var/www/html -type d -exec chmod 755 {} \;
docker-compose exec matomo chmod 755 /var/www/html/console
docker-compose exec matomo php /var/www/html/console core:update
docker-compose exec matomo chown -R www-data:www-data /var/www/html