diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index 89ec72f46..23427f2b2 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -35,8 +35,6 @@ steps: cp $(testFarmPem.secureFilePath) tests/letstest/azure-test-farm.pem condition: contains(variables['TOXENV'], 'test-farm') - bash: | - stat tests/letstest/azure-test-farm.pem - sudo netstat -antlp if [[ "${TOXENV}" == *"oldest"* ]]; then tools/run_oldest_tests.sh else diff --git a/docker-compose.yml b/docker-compose.yml index ed2d959a6..75a5b9aab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,8 +12,8 @@ services: context: . dockerfile: Dockerfile-dev ports: - - "8080:80" - - "4443:443" + - "80:80" + - "443:443" volumes: - .:/opt/certbot/src - /opt/certbot/venv