From e3fed7d305f57fd7bc8919b7c2f8b1f737d9f88d Mon Sep 17 00:00:00 2001 From: Tangent Date: Fri, 14 Aug 2026 17:25:01 -0600 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index c1822b9..4a2c6fd 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -10,6 +10,11 @@ Most of these are designed to be run behind a reverse proxy, and I use Cosmos for this. As a result, I often comment out `ports` declarations. Initial setup should probably be shielded by the reverse proxy login. +## Usage +1. Put the `docker-compose.yml` file where you want data to live. +2. Edit the file to set correct information based on the TODOs at the top. +3. **Run `docker-compose up -d` before using any form of GUI.** (If this step is skipped, volumes will *not* be set up correctly and you have to start over.) + ## Named bind mounts Managing volumes that need to be shared within a config is easier if you can use names with bind mounts: ```