✨ 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:
parent
5c13e1ee2d
commit
e03b607132
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue