feat: update flyiii Version (#2341)

This commit is contained in:
zhengkunwang
2024-10-22 16:36:02 +08:00
committed by GitHub
parent c671845579
commit f4d98ecabd
4 changed files with 1 additions and 1 deletions
@@ -0,0 +1,24 @@
services:
firefly-iii:
image: fireflyiii/core:version-6.1.21
container_name: ${CONTAINER_NAME}
environment:
- APP_KEY=${APP_KEY}
- DB_CONNECTION=${PANEL_DB_TYPE}
- DB_HOST=${PANEL_DB_HOST}
- DB_PORT=${PANEL_DB_PORT}
- DB_DATABASE=${PANEL_DB_NAME}
- DB_USERNAME=${PANEL_DB_USER}
- DB_PASSWORD=${PANEL_DB_USER_PASSWORD}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ./firefly-iii/upload:/var/www/html/storage/upload
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true