chore(deps): update ghcr.io/pooneyy/acg-faka docker tag to v3.2.6 (#4171)
This commit is contained in:
13
apps/acg-faka/3.2.6/data.yml
Normal file
13
apps/acg-faka/3.2.6/data.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
label:
|
||||
en: WebUI port
|
||||
zh: WebUI 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
15
apps/acg-faka/3.2.6/docker-compose.yml
Normal file
15
apps/acg-faka/3.2.6/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
acg-faka:
|
||||
image: ghcr.io/pooneyy/acg-faka:3.2.6
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
Reference in New Issue
Block a user