(simatec) Update mariadb
This commit is contained in:
parent
a01d9cb18c
commit
33c9e6f91f
3 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@ To leave the container on the console you have to execute 2x `exit`.
|
||||||
### 0.6.0 (18.12.2022)
|
### 0.6.0 (18.12.2022)
|
||||||
* (simatec) Update Installer
|
* (simatec) Update Installer
|
||||||
* (simatec) update.sh added
|
* (simatec) update.sh added
|
||||||
* (simatec) downgrade mariadb to v10.5
|
* (simatec) downgrade mariadb to v10.6
|
||||||
|
|
||||||
### 0.5.3 (17.12.2022)
|
### 0.5.3 (17.12.2022)
|
||||||
* (simatec) Installer Fix
|
* (simatec) Installer Fix
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mariadb:10.5
|
image: mariadb:10.6
|
||||||
container_name: mysql_piler
|
container_name: mysql_piler
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_drop:
|
cap_drop:
|
||||||
|
|
|
@ -23,7 +23,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
|
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||||
mysql:
|
mysql:
|
||||||
image: mariadb:10.5
|
image: mariadb:10.6
|
||||||
container_name: mysql-piler
|
container_name: mysql-piler
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_drop:
|
cap_drop:
|
||||||
|
|
Loading…
Reference in a new issue