updated mariadb version
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
@@ -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" .
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user