1
0

chore(deps): update ghcr.io/gchq/cyberchef docker tag to v10.22.1 (#4018)

This commit is contained in:
renovate[bot]
2026-02-13 17:45:25 +00:00
committed by GitHub
parent be367122c5
commit 5335f97b5b
2 changed files with 1 additions and 1 deletions

View 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

View File

@@ -0,0 +1,15 @@
networks:
1panel-network:
external: true
services:
cyberchef:
image: ghcr.io/gchq/cyberchef:10.22.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80