feat(11):配置服务重启时,容器自动启动

This commit is contained in:
2025-09-30 12:08:00 +08:00
parent 43038e90c0
commit 9e929eee43
Vendored
+1 -1
View File
@@ -56,7 +56,7 @@ pipeline {
--health-cmd="curl -f http://localhost:80 || exit 1" \\
--health-interval=5s \\
--health-retries=3 \\
--restart=always
--restart=always \\
$IMAGE_NAME
'''
}