(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
|
## 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)
|
### 0.4.0 (20.04.2022)
|
||||||
* (simatec) small fixes
|
* (simatec) small fixes
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mariadb:10.5
|
image: mariadb:10.9.2
|
||||||
container_name: mysql_piler
|
container_name: mysql_piler
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_drop:
|
cap_drop:
|
||||||
|
@ -36,7 +36,7 @@ services:
|
||||||
command: -m 64
|
command: -m 64
|
||||||
|
|
||||||
piler:
|
piler:
|
||||||
image: sutoj/piler:1.3.11
|
image: sutoj/piler:1.3.12
|
||||||
container_name: piler
|
container_name: piler
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
hostname: ${PILER_DOMAIN}
|
hostname: ${PILER_DOMAIN}
|
||||||
|
|
|
@ -23,7 +23,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
|
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||||
mysql:
|
mysql:
|
||||||
image: mariadb:10.5
|
image: mariadb:10.9.2
|
||||||
container_name: mysql-piler
|
container_name: mysql-piler
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_drop:
|
cap_drop:
|
||||||
|
@ -57,7 +57,7 @@ services:
|
||||||
command: -m 64
|
command: -m 64
|
||||||
|
|
||||||
piler:
|
piler:
|
||||||
image: sutoj/piler:1.3.11
|
image: sutoj/piler:1.3.12
|
||||||
container_name: piler
|
container_name: piler
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
|
|
Loading…
Reference in a new issue