From e94adbd0d5ac8b712fa19318272d4c23ded03aef Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Wed, 24 Jun 2020 21:00:04 +0200 Subject: [PATCH] update --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 540930d..13032e1 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ It's described in most details. # Some extra info +You do need to have basic knowledge of docker and docker-compose, +shit here is pretty hand holding and detailed but it still should not be +your first time running a docker container. + ### Caddy When making changes to Caddyfile, the config needs to be reloaded afterwards. @@ -40,10 +44,9 @@ Assuming container name is kept as `caddy`. When making changes use `docker-compose down` and `docker-compose up -d`, not just restart or stop/start. -* You **do not** need to fuck with `docker-compose.yml` to get something up, -simple copy paste should suffice. - -* You **do** need to fuck with `.env` file, that's where all the variables are. +* you **do not** need to fuck with `docker-compose.yml` to get something up, +simple copy paste should suffice +* you **do** need to fuck with `.env` file, that's where all the variables are Often the `.env` file is used as `env_file`