From 4b6715720362e409354f62005148dd6851510f90 Mon Sep 17 00:00:00 2001 From: binilsn Date: Mon, 15 Jun 2026 14:20:18 +0530 Subject: [PATCH] docs: clarify compose files must be on server first --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77ce489..6538dc7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ bin/dev ### Production with SSL -Use Docker Compose with Traefik for HTTPS. Create a `.env` file with SSL and app config: +Use Docker Compose with Traefik for HTTPS. Clone the repo or copy `docker-compose.yml` and `config/traefik/`, then create a `.env` file: **Let's Encrypt (wildcard):**