This commit is contained in:
gaochengrui
2020-06-22 18:28:54 +08:00
parent 6adb137468
commit 6f13eb5e3c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ services:
environment:
TZ: Asia/Shanghai
working_dir: /usr/src/python
command: robot -i tsg_bf_api -d $timeapi/ autotsg
command: robot -i tsg_bf_api -d $time/api/ autotsg
privileged: true
volumes:
- /home/autotsg-gao:/usr/src/python

View File

@@ -9,7 +9,7 @@ services:
working_dir: /usr/src/python
environment:
- loginType:cli
command: robot -i tsg_device -d $timecli/ autotsg
command: robot -i tsg_device -d $time/cli/ autotsg
privileged: true
volumes:
- /home/autotsg-gao:/usr/src/python