diff --git a/docker/com/docker-compose.yml b/docker/com/docker-compose.yml index 6f0c007..3dd689c 100644 --- a/docker/com/docker-compose.yml +++ b/docker/com/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.1' services: auto-custom-clibrary: - image: 192.168.41.68/robotframework/auto-custom-clibrary:3.0 + image: 192.168.41.68/robotframework/auto-custom-clibrary:1.0 restart: always container_name: auto-custom-clibrary-com environment: @@ -10,6 +10,6 @@ services: command: robot -i tsg_bf_api -d com/$time/ autotsg privileged: true volumes: - - /home/autotsg-gao:/usr/src/python + - /home/autotsg_jwc:/usr/src/python