From 49ffe752a0c261add2944ffe21d5c6a6af720101 Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Wed, 14 Dec 2022 13:46:06 -0600 Subject: [PATCH] Fix relative path stuff --- README.md | 2 +- docker-composer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31f6225..3c6dc5b 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ You can use `docker-data/` to test the program, or can put your own data there. `docker-composer.conf` parameters: - `compose-path`: The path to the folder containing the folders for each docker container - the folder for each container includes a `docker-compose.yml` file. - - **If you use relative paths**, use the folder you're in as `/`. For example, using the folder `docker-data` would be either `/docker-data` or `/path/to/this/repo/docker-data`. You can also have a "/" on the end of those paths, if you'd like; it's not required. - `exclude-containers`: A list of containers to exclude from being managed by the program. This will stop the program from doing **anything** to those containers. Notes: - The folders *must* have the same name as their respective docker containers +- Remember to run the script as a user that can access `docker ` ## Dev Notes diff --git a/docker-composer.conf b/docker-composer.conf index 31a5d96..2034534 100644 --- a/docker-composer.conf +++ b/docker-composer.conf @@ -1,2 +1,2 @@ -compose-path=/docker-data/ +compose-path=docker-data/ exclude-containers=pihole \ No newline at end of file