feat: 部分应用添加重启规则 (#270)

This commit is contained in:
wanghe
2023-08-01 16:22:43 +08:00
committed by GitHub
parent 780d8dbba2
commit abfd596f2d
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ services:
zentao:
image: easysoft/zentao:18.5
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${ZENTAO_MYSQL_PORT}:3306