feat: add volume for certs
This commit is contained in:
parent
b6c6409cb6
commit
54ab9f93a7
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ services:
|
|||
environment:
|
||||
CERTBOT_EMAIL: "webmaster@ixvd.net"
|
||||
CERTBOT_DOMAINS: "localhost"
|
||||
volumes:
|
||||
- /srv/certbot/data:/etc/letsencrypt
|
||||
- /srv/certbot/other/www:/var/www/certbot
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
|
Loading…
Reference in a new issue