Default ports

This commit is contained in:
Adrien Ferrand 2020-06-28 11:21:37 +02:00
parent 0798b29efe
commit 28bfcf77c7
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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