mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-03 03:27:27 +01:00
add letsencrypt
This commit is contained in:
9
letsencrypt/docker-compose.yml
Normal file
9
letsencrypt/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
letsencrypt:
|
||||
image: quay.io/letsencrypt/letsencrypt
|
||||
command: auth
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- "/etc/letsencrypt:/etc/letsencrypt"
|
||||
- "/var/lib/letsencrypt:/var/lib/letsencrypt"
|
||||
Reference in New Issue
Block a user