diff --git a/Config/ReverseProxy/README.md b/Config/ReverseProxy/README.md index 17afe8c..26c7553 100644 --- a/Config/ReverseProxy/README.md +++ b/Config/ReverseProxy/README.md @@ -1,4 +1,4 @@ -# Setup Instructions +# Initial Setup Instructions How to first begin using this subproject. 1. Move to this directory. ``` @@ -23,17 +23,18 @@ How to first begin using this subproject. ``` # Other Commands +Tasks which will also likely come up while using this subproject. ## Stop -If you need to halt the project you may use either stop or down. -``` -# docker compose stop -# docker compose down -``` +If you need to halt the system you may use either stop or down. + ``` + # docker compose stop + # docker compose down + ``` ## Upgrade Upgrading the containers should be as easy as this: -``` -# docker compose down -# docker compose pull -# docker compose build -# docker compose up -d -``` + ``` + # docker compose down + # docker compose pull + # docker compose build + # docker compose up -d + ```