mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Adding a cert path for certs generated in docker
This commit is contained in:
parent
95090974e9
commit
147f198d7c
2 changed files with 4 additions and 0 deletions
2
certs/.gitignore
vendored
Normal file
2
certs/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
||||
|
|
@ -2,3 +2,5 @@ letsencrypt:
|
|||
build: .
|
||||
ports:
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./certs/:/etc/letsencrypt/certs/
|
||||
|
|
|
|||
Loading…
Reference in a new issue