We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d29b2 commit 7d07bddCopy full SHA for 7d07bdd
1 file changed
examples/docker-compose.simple.yml
@@ -24,6 +24,7 @@ services:
24
- /opt/solid/config:/opt/solid/config
25
26
# (!) mount existing TLS certificates, e.g. from letsencrypt
27
+ # (!) ensure that the key and fullchain files are readable by UID 1000
28
- /etc/letsencrypt/live/solid.example/:/opt/solid/certs
29
30
environment:
0 commit comments