diff --git a/Config/ReverseProxy/README.md b/Config/ReverseProxy/README.md index 131b6f1..dc02ab7 100644 --- a/Config/ReverseProxy/README.md +++ b/Config/ReverseProxy/README.md @@ -24,6 +24,13 @@ How to first begin using this subproject. # docker logs reverseproxy-certbot-1 ``` +## DO NOT +* Edit any configurations or website data inside the container. It is destroyed on each build + * Instead, modify the files in `./config/` then use the Update Config commands below. +* Install any additional software inside of the container. It will not persist a down and up. + * Instead, add what is needed to the `docker-compose.yml` or `Dockerfile` to be done on each rebuild. + * Alternatively write a script such as `../Nextcloud/fixes.ksh` which is run after every upgrade. + # Other Commands Tasks which will also likely come up while using this subproject. @@ -45,7 +52,7 @@ Upgrading the containers should be as easy as this: ## Update Config Replace the configuration based on any new, updated, or removed files. -This may be possible to do when the system is up, buyt the best results have come from going down and back up. +This may be possible to do when the system is up, but the best results have come from going down and back up. This is essentially an upgrade but there is no pull. ``` # docker compose down