✨ 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:
|
||||
formFields:
|
||||
- default: "./data"
|
||||
edit: true
|
||||
envKey: MACCMS10_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
required: true
|
||||
type: text
|
||||
- default: 80
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
maccms10:
|
||||
image: qyg2297248353/maccms10:v24.11.19
|
||||
image: ghcr.io/pooneyy/maccms10:2025.1000.4050
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -13,5 +13,3 @@ services:
|
|||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
volumes:
|
||||
- ${MACCMS10_ROOT_PATH}/www:/var/www
|
||||
Loading…
Reference in New Issue