Update persistence volumes

This commit is contained in:
TheMaddax 2024-12-11 20:36:24 -06:00
parent a2bad81b13
commit 31b60215f1

View file

@ -6,7 +6,7 @@ services:
command: --max-allowed-packet=64MB
restart: always
volumes:
- matomo_db:/var/lib/mysql
- /docker/matomo/db-data:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
@ -24,8 +24,7 @@ services:
image: matomo:5-apache
restart: always
volumes:
- matomo_data:/var/www/html
- matomo_config:/var/www/html/config
- /docker/matomo/config:/var/www/html/config
environment:
- MATOMO_DATABASE_HOST=db
- MATOMO_DATABASE_DBNAME=matomo