Update persistence volumes
This commit is contained in:
parent
a2bad81b13
commit
31b60215f1
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue