1
0
Fork 0

feat: Manually upgrade certain application versions

This commit is contained in:
wanghe-fit2cloud 2025-04-22 14:36:03 +08:00
parent 86003b41e9
commit 047460997e
7 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
services:
minio:
image: minio/minio:RELEASE.2025-02-18T16-25-55Z
image: minio/minio:RELEASE.2025-04-08T15-41-24Z
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:9001