From a0bfb5815d18e51c5ca5b0bd88a8a91d6310a06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=AC=E5=B7=8D=E5=B7=9D?= Date: Tue, 28 Jul 2020 11:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/com/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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