fix executor start
This commit is contained in:
@@ -52,7 +52,7 @@ Cmd="${Cmd} --detach"
|
||||
Cmd="${Cmd} --restart=unless-stopped"
|
||||
Cmd="${Cmd} --pull=always"
|
||||
Cmd="${Cmd} --network=host"
|
||||
Cmd="${Cmd} --name=${ImageName}.${Book}"
|
||||
Cmd="${Cmd} --name=${ImageName}"
|
||||
Cmd="${Cmd} --volume /home/cvtt/prod/logs:/logs"
|
||||
Cmd="${Cmd} ${DockerImage}"
|
||||
Cmd="${Cmd} ${args}"
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
1.5.6F,fix executor start
|
||||
1.5.6F2,fix executor start
|
||||
|
||||
Reference in New Issue
Block a user