修缮 DPanel 文件浏览器
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
09a73a2b49
commit
d6fee7e7cb
|
|
@ -23,10 +23,3 @@ services:
|
|||
environment:
|
||||
- APP_NAME=${CONTAINER_NAME}
|
||||
- HTTPS_PROXY=${HTTP_PROXY}
|
||||
dpanel-plugin-explorer:
|
||||
image: alpine:latest
|
||||
container_name: dpanel-plugin-explorer
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
pid: host
|
||||
command: [ "sh", "-c", "tail -f /dev/null" ]
|
||||
|
|
|
|||
|
|
@ -25,10 +25,3 @@ services:
|
|||
environment:
|
||||
- APP_NAME=${CONTAINER_NAME}
|
||||
- HTTPS_PROXY=${HTTP_PROXY}
|
||||
dpanel-plugin-explorer:
|
||||
image: alpine:latest
|
||||
container_name: dpanel-plugin-explorer
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
pid: host
|
||||
command: [ "sh", "-c", "tail -f /dev/null" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue