3.13.5-debian-10-r22 release

This commit is contained in:
Bitnami Bot
2020-05-21 01:01:45 +00:00
parent d878093bf6
commit 794307b4e5
11 changed files with 119 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
version: '2'
services:
mariadb:
image: 'bitnami/mariadb:10.3'
image: 'docker.io/bitnami/mariadb:10.3-debian-10'
environment:
- MARIADB_USER=bn_matomo
- MARIADB_DATABASE=bitnami_matomo
@@ -10,7 +10,7 @@ services:
volumes:
- 'mariadb_data:/bitnami'
matomo:
image: 'bitnami/matomo:3'
image: 'docker.io/bitnami/matomo:3-debian-10'
environment:
- MARIADB_HOST=mariadb
- MARIADB_PORT_NUMBER=3306