This commit is contained in:
DoTheEvo
2023-03-20 19:54:56 +01:00
parent c823658ee1
commit 280eee578d
+2 -2
View File
@@ -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.<br>
Theres an expectation of running a **reverse proxy** which makes **mapping ports**
to a docker host **unnecessary**. Instead `expose` is used which is basically