Add missing SSH port
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-06-25 11:42:43 +02:00
parent 855876a553
commit 9cb65636b2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ services:
- "80:80"
- "443:443"
- "8080:8080"
- "2222:2222"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "letsencrypt:/etc/letsencrypt"