Skip to content

Instantly share code, notes, and snippets.

View AlejandroAkbal's full-sized avatar
:octocat:
Focusing

Alejandro Akbal AlejandroAkbal

:octocat:
Focusing
View GitHub Profile
@AlejandroAkbal
AlejandroAkbal / compose.yml
Created February 10, 2024 16:53
Matomo 5 docker compose
version: '3'
services:
matomo:
image: 'bitnami/matomo:latest'
depends_on:
- db
volumes:
- 'matomo:/bitnami'
environment:
- MATOMO_DATABASE_HOST=db