mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
Update tls.md instructions for letsencrypt archive dir
Current instructions are a little ambiguous about which links need to point to the underlying fqdn dir created by letsencrypt
This commit is contained in:
parent
ee4767b1ce
commit
0f5dc8232a
@ -36,8 +36,8 @@ Note that certbot uses symlinks, and those can't be followed by the container un
|
|||||||
frigate:
|
frigate:
|
||||||
...
|
...
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/letsencrypt/live/frigate:/etc/letsencrypt/live/frigate:ro
|
- /etc/letsencrypt/live/your.fqdn.net:/etc/letsencrypt/live/frigate:ro
|
||||||
- /etc/letsencrypt/archive/frigate:/etc/letsencrypt/archive/frigate:ro
|
- /etc/letsencrypt/archive/your.fqdn.net:/etc/letsencrypt/archive/your.fqdn.net:ro
|
||||||
...
|
...
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user