All public logs
Jump to navigation
Jump to search
Combined display of all available logs of wiki karavi. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:15, 30 March 2025 Karavi talk contribs created page Matomo docker compose (Created page with "make folder: mkdir matomo touch matomo/docker-compose.yml Create a docker-compose.yml file similar to this: version: "3" services: db: image: mariadb:10.11 command: --max-allowed-packet=64MB restart: always volumes: - db:/var/lib/mysql:Z environment: - MYSQL_ROOT_PASSWORD=password123* - MARIADB_AUTO_UPGRADE=1 - MARIADB_DISABLE_UPGRADE_BACKUP=1 app: image: matomo restart: always volumes: - matomo:/var...")