You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,15 @@ You will need to have your certificates ready and mount them into the container.
33
33
34
34
`./examples/docker-compose.nginx.yml`
35
35
36
-
Run solid-server on port 8443 behind a nginx proxy on 443. You will need to setup an nginx container with letsencrypt companion [as described here](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion).
36
+
Run solid-server on port 8443 behind a nginx proxy on 443. You will need to setup an nginx container with letsencrypt
37
+
companion [as described here](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion).
38
+
39
+
#### All-in one nginx proxy + letsencrypt + solid server
40
+
41
+
`./examples/docker-compose.all-in-one.yml`
42
+
43
+
Run solid-server on port 8443 behind a [nginx proxy](https://hub.docker.com/r/jwilder/nginx-proxy/) on 443, including
44
+
certificate generation via [letsencrypt companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion).
0 commit comments