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

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