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