added mariadb 10.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2019-11-26 13:26:00 +01:00
parent c70c7597be
commit e064feafff
3 changed files with 27 additions and 5 deletions

View File

@@ -219,8 +219,8 @@ docker-compose up -d
```
## How to use different mariadb version
The default is mariadb 10.3.
If you want, you can use mariadb 10.2 or 10.1 by changing this line in **docker-compose.yaml**:
The default is mariadb 10.4.
If you want, you can use mariadb 10.3, 10.2 or 10.1 by changing this line in **docker-compose.yaml**:
```
image: docker.asperti.com/paspo/mariadb-backup-slave:maria-10.1
```