From 62e5cc3ef787bafa53c8b68600f99c4d0a4a37e3 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 8 Jul 2023 12:26:50 -0700 Subject: [PATCH] Add a naughty list of things to do. --- Config/ReverseProxy/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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