更新代码
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -8,7 +8,6 @@ services: | ... | @@ -8,7 +8,6 @@ services: |
| 8 | container_name: api-test-${DEPLOY_ENV:-test} | 8 | container_name: api-test-${DEPLOY_ENV:-test} |
| 9 | environment: | 9 | environment: |
| 10 | DEPLOY_ENV: ${DEPLOY_ENV:-test} | 10 | DEPLOY_ENV: ${DEPLOY_ENV:-test} |
| 11 | IP_HOST: ${IP_HOST:-} | ||
| 12 | PYTHONUNBUFFERED: "1" | 11 | PYTHONUNBUFFERED: "1" |
| 13 | volumes: | 12 | volumes: |
| 14 | - ./api_test.py:/app/api_test.py | 13 | - ./api_test.py:/app/api_test.py | ... | ... |
-
Please register or sign in to post a comment