Add missing SSH port
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-06-25 11:42:43 +02:00
parent 855876a553
commit 9cb65636b2

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"