规避面板默认参数BUG

This commit is contained in:
okxlin 2023-04-19 02:12:48 +08:00
parent 621c51c91a
commit 473479af6e
6 changed files with 6 additions and 6 deletions

View File

@ -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'

View File

@ -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
}
]

View File

@ -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:

View File

@ -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'

View File

@ -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
}
]

View File

@ -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: