From 28bfcf77c758f5f218dbf8e8165974a9cd9a6f3d Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 28 Jun 2020 11:21:37 +0200 Subject: [PATCH] Default ports --- .azure-pipelines/templates/steps/tox-steps.yml | 2 -- docker-compose.yml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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