1、修改下载docker-compose 2、修改压缩docker相关基础包压缩失败问题3、修改tsg-diagnose.service

This commit is contained in:
fumingwei
2020-07-21 11:19:03 +08:00
parent be96df867a
commit 90f5835f27
3 changed files with 5 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ After=docker.service
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/opt/tsg/tsg-diagnose/compose/%i
ExecStart=/usr/local/bin/docker-compose up -d --remove-orphans
ExecStop=/usr/local/bin/docker-compose down --remove-orphans
ExecStart=/bin/sh -c "docker-compose up -d --remove-orphans"
ExecStop=/bin/sh -c "docker-compose down --remove-orphans"
[Install]
WantedBy=multi-user.target