1
0

chore(deps): update ghcr.io/pooneyy/maccms10 docker tag to v2025.1000.4052 (#2684)

This commit is contained in:
renovate[bot]
2025-11-28 09:33:59 +00:00
committed by GitHub
parent 9bb96c87ec
commit 324abf5efa
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
additionalProperties:
formFields:
- default: 80
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:
maccms10:
image: ghcr.io/pooneyy/maccms10:2025.1000.4052
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80