(simatec) update piler

This commit is contained in:
simatec 2022-08-25 12:20:19 +02:00
parent c20255d3d8
commit fe2b58237e
3 changed files with 8 additions and 4 deletions

View file

@ -117,6 +117,10 @@ To leave the container on the console you have to execute 2x `exit`.
## Changelog
### 0.5.0 (25.08.2022)
* (simatec) update piler to 1.3.12
* (simatec) update mariadb to 10.9.2
### 0.4.0 (20.04.2022)
* (simatec) small fixes

View file

@ -2,7 +2,7 @@ version: "3"
services:
mysql:
image: mariadb:10.5
image: mariadb:10.9.2
container_name: mysql_piler
restart: unless-stopped
cap_drop:
@ -36,7 +36,7 @@ services:
command: -m 64
piler:
image: sutoj/piler:1.3.11
image: sutoj/piler:1.3.12
container_name: piler
restart: unless-stopped
hostname: ${PILER_DOMAIN}

View file

@ -23,7 +23,7 @@ services:
environment:
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
mysql:
image: mariadb:10.5
image: mariadb:10.9.2
container_name: mysql-piler
restart: unless-stopped
cap_drop:
@ -57,7 +57,7 @@ services:
command: -m 64
piler:
image: sutoj/piler:1.3.11
image: sutoj/piler:1.3.12
container_name: piler
restart: unless-stopped
expose: