1
0
Fork 0

feat(acg-faka): upgrade to version 3.2.1 with custom docker build

- update from version 1.3.9 to 3.2.1 with new image source (ghcr.io)
- remove data persistence path configuration and volume mount
This commit is contained in:
pooneyy 2025-10-03 15:52:55 +08:00
parent 5c13e1ee2d
commit e03b607132
No known key found for this signature in database
2 changed files with 1 additions and 10 deletions

View File

@ -1,12 +1,5 @@
additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: ACG_FAKA_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP

View File

@ -4,7 +4,7 @@ networks:
services:
acg-faka:
image: qyg2297248353/acg-faka:v1.3.9
image: ghcr.io/pooneyy/acg-faka:3.2.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@ -13,5 +13,3 @@ services:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
volumes:
- ${ACG_FAKA_ROOT_PATH}:/var/www/html