version: '3.1' services: auto-custom-clibrary: image: 192.168.41.68/robotframework/auto-custom-clibrary:3.0 restart: always container_name: auto-custom-clibrary-cli environment: TZ: Asia/Shanghai working_dir: /usr/src/python environment: - loginType:cli command: robot -i tsg_device -d cli/$time/ autotsg privileged: true volumes: - /home/autotsg-gao:/usr/src/python