mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 02:53:15 +02:00
15 lines
409 B
YAML
15 lines
409 B
YAML
# -------------------------------------------------------------------------
|
|
# 🚀 Created and distributed by The AltStack
|
|
# 🌍 https://thealtstack.com
|
|
# -------------------------------------------------------------------------
|
|
|
|
services:
|
|
matomo:
|
|
image: matomo:latest
|
|
container_name: matomo
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8081:80"
|
|
environment:
|
|
- MATOMO_DATABASE_HOST=db
|