Skip to content
Snippets Groups Projects
Commit 591263a9 authored by nimrod's avatar nimrod
Browse files

Access acme challenge directory on the host.

Needed for the default (fallback) acme challenge access (with the
renew-certs playbooks from the homelab repo).
parent 105ac91f
No related branches found
No related tags found
No related merge requests found
Pipeline #745 passed
......@@ -15,6 +15,7 @@ services:
- '443:443'
restart: always
volumes:
- '/var/www/www.shore.co.il/.well-known/acme-challenge:/var/www/www.shore.co.il/.well-known/acme-challenge:ro'
- '/var/ssl/site.key:/var/ssl/site.key:ro'
- '/var/ssl/site.crt:/var/ssl/site.crt:ro'
- '/var/ssl/dhparams:/var/ssl/dhparams:ro'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment