更新docker配置
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -13,7 +13,7 @@ services: | ... | @@ -13,7 +13,7 @@ services: |
| 13 | volumes: | 13 | volumes: |
| 14 | - ./api_cases.xlsx:/app/api_cases.xlsx:ro | 14 | - ./api_cases.xlsx:/app/api_cases.xlsx:ro |
| 15 | - ./env_config.py:/app/env_config.py:ro | 15 | - ./env_config.py:/app/env_config.py:ro |
| 16 | - ./reports:/app | 16 | - ./reports:/app/reports |
| 17 | networks: | 17 | networks: |
| 18 | - api-test-network | 18 | - api-test-network |
| 19 | deploy: | 19 | deploy: | ... | ... |
-
Please register or sign in to post a comment