✨ feat(maccms10): update version from 24.11.19 to 2025.1000.4050
- update docker image from qyg2297248353/maccms10:v24.11.19 to ghcr.io/pooneyy/maccms10:2025.1000.4050
This commit is contained in:
parent
8f284e55b8
commit
d163caa5ba
|
|
@ -1,12 +1,5 @@
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: "./data"
|
|
||||||
edit: true
|
|
||||||
envKey: MACCMS10_ROOT_PATH
|
|
||||||
labelZh: 数据持久化路径
|
|
||||||
labelEn: Data persistence path
|
|
||||||
required: true
|
|
||||||
type: text
|
|
||||||
- default: 80
|
- default: 80
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
|
@ -4,7 +4,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
maccms10:
|
maccms10:
|
||||||
image: qyg2297248353/maccms10:v24.11.19
|
image: ghcr.io/pooneyy/maccms10:2025.1000.4050
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
@ -13,5 +13,3 @@ services:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:80
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
volumes:
|
|
||||||
- ${MACCMS10_ROOT_PATH}/www:/var/www
|
|
||||||
Loading…
Reference in New Issue