@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user