fix executor start

This commit is contained in:
2024-08-20 21:55:13 -04:00
parent 4188dd7c7c
commit fa93450b3d
2 changed files with 2 additions and 2 deletions
@@ -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
View File
@@ -1 +1 @@
1.5.6F,fix executor start
1.5.6F2,fix executor start