(simatec) update piler
This commit is contained in:
parent
c20255d3d8
commit
fe2b58237e
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue