mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 10:27:41 +08:00
规避面板默认参数BUG
This commit is contained in:
parent
621c51c91a
commit
473479af6e
@ -1,2 +1,2 @@
|
||||
CONTAINER_NAME='memcached'
|
||||
PANEL_APP_PORT_HTTP='127.0.0.1:11211'
|
||||
PANEL_APP_PORT_HTTP1='127.0.0.1:11211'
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"labelEn": "Port",
|
||||
"required": true,
|
||||
"default": "127.0.0.1:11211",
|
||||
"envKey": "PANEL_APP_PORT_HTTP",
|
||||
"envKey": "PANEL_APP_PORT_HTTP1",
|
||||
"edit": true
|
||||
}
|
||||
]
|
||||
|
||||
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:11211"
|
||||
- "${PANEL_APP_PORT_HTTP1}:11211"
|
||||
command: memcached -m 64
|
||||
image: "memcached:1.6.19-alpine3.17"
|
||||
labels:
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
CONTAINER_NAME='memcached'
|
||||
PANEL_APP_PORT_HTTP='127.0.0.1:11211'
|
||||
PANEL_APP_PORT_HTTP1='127.0.0.1:11211'
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"labelEn": "Port",
|
||||
"required": true,
|
||||
"default": "127.0.0.1:11211",
|
||||
"envKey": "PANEL_APP_PORT_HTTP",
|
||||
"envKey": "PANEL_APP_PORT_HTTP1",
|
||||
"edit": true
|
||||
}
|
||||
]
|
||||
|
||||
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:11211"
|
||||
- "${PANEL_APP_PORT_HTTP1}:11211"
|
||||
command: memcached -m 64
|
||||
image: "memcached:latest"
|
||||
labels:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user