mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Default ports
This commit is contained in:
parent
0798b29efe
commit
28bfcf77c7
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue