From 5fe4d77166c1c37576c5a8cd497f3ec9fa120eb2 Mon Sep 17 00:00:00 2001 From: fox Date: Wed, 6 Jan 2021 09:33:29 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 3df6235..9f057ef 100644 --- a/Home.md +++ b/Home.md @@ -14,7 +14,19 @@ Location is entirely cosmetic so I've decided that adding complexity to optional You can use [docker-compose.override.yml](https://docs.docker.com/compose/extends/) -### Using SSL with Letsencrypt +For example, to use a different postgres image: + +```yml +version: '3' + +services: + db: + image: postgres:13-alpine +``` + +### Using automatic SSL with Letsencrypt & Caddy (web-ssl container) + +Note that Caddy v1 is no longer maintained. It's recommended to use an external web frontend to terminate SSL with. - ``HTTP_HOST`` in ``.env`` should be set to a valid hostname (i.e. no localhost or IP address) - comment out ``web`` container, uncomment ``web-ssl`` in ``docker-compose.yml``