From 00c976b5e3d0ecc32fccafffd831fed0aef72e58 Mon Sep 17 00:00:00 2001 From: Pere Lev Date: Mon, 21 Oct 2024 20:10:56 +0300 Subject: [PATCH] README: Tweak deployment instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba88e7e..207a037 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,9 @@ as the server's domain name: 4. Run `./create-self-cert.sh` to generate a self-signed certificate for `dev.example` 5. In `docker-compose.yml`, uncomment the `nginx` service -6. In `nginx.conf`, update the domain to `dev.example` and uncomment the - self-signed cert paths +6. In `nginx.conf`, + - Update the domain to `dev.example` + - Uncomment the self-signed cert paths 7. `docker-compose up` ## License