mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore: update deps
This commit is contained in:
parent
13732ffb2c
commit
d772dcfb95
19 changed files with 3725 additions and 3397 deletions
|
@ -118,8 +118,10 @@ func init() {
|
|||
if helper.InNginxUIOfficialDocker() {
|
||||
selfCheckTasks = append(selfCheckTasks, &Task{
|
||||
Name: translation.C("Docker socket exists"),
|
||||
Description: translation.C("Check if the docker socket exists."),
|
||||
CheckFunc: CheckDockerSocket,
|
||||
Description: translation.C("Check if /var/run/docker.sock exists. If you are using Nginx UI Official " +
|
||||
"Docker Image, please make sure the docker socket is mounted like this: `-" +
|
||||
"v /var/run/docker.sock:/var/run/docker.sock`."),
|
||||
CheckFunc: CheckDockerSocket,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue