updated mariadb version
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-06-06 14:35:06 +02:00
parent f3c1f54efc
commit 7a5317012d
6 changed files with 61 additions and 348 deletions

View File

@@ -67,6 +67,7 @@ services:
- SERVER_ID=3
- READONLY=0
- REPLICATE_DO_DB=aWordpressDatabase
- MARIADB_AUTO_UPGRADE=1
```
Start the container:
@@ -253,3 +254,9 @@ If you want, you can use mariadb 10.4, 10.3, or 10.2 by changing this line in **
```yaml
image: docker.asperti.com/paspo/mariadb-backup-slave:maria-10.1
```
## Build the image locally
```sh
docker build -t mariadb-backup-slave:maria-10.3 --build-arg "MARIA_VERSION=10.3" .
```