From 280eee578d25f78636f40a75946cded82d0c03d8 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Mon, 20 Mar 2023 19:54:56 +0100 Subject: [PATCH] update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01cc111..bdee3ae 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ Repo documents self hosted apps in similar format and also uses caddy for revers # Core concepts -- **docker-compose.yml** does **not** need any **editing** to get something up, - **changes** are to be done in the **.env** file. +- `docker-compose.yml` does **not** need any **editing** to get something up, + **changes** are to be done in the `.env` file. - **Not using** `ports` directive if theres **only** web traffic for a container.
Theres an expectation of running a **reverse proxy** which makes **mapping ports** to a docker host **unnecessary**. Instead `expose` is used which is basically