1
0
Fork 0

feat: 部分应用版本升级

This commit is contained in:
wanghe-fit2cloud 2024-11-15 15:58:31 +08:00
parent a3f052ffa1
commit c01c0da44c
7 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
services:
firefly-iii:
image: fireflyiii/core:version-6.1.21
image: fireflyiii/core:version-6.1.22
container_name: ${CONTAINER_NAME}
environment:
- APP_KEY=${APP_KEY}

View File

@ -1,6 +1,6 @@
services:
minio:
image: minio/minio:RELEASE.2024-09-13T20-26-02Z
image: minio/minio:RELEASE.2024-11-07T00-52-20Z
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:9001