mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 00:53:14 +02:00
chore: fix port conflicts and local builds across stacks
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
# 🚀 Created and distributed by The AltStack
|
||||
# 🌍 https://thealtstack.com
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
|
||||
services:
|
||||
matomo:
|
||||
image: matomo:latest
|
||||
container_name: matomo
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "8081:80"
|
||||
environment:
|
||||
- MATOMO_DATABASE_HOST=db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user