From 527d436c92329d38d73591c6473c596b975a3195 Mon Sep 17 00:00:00 2001 From: whitney Date: Tue, 11 Feb 2025 14:40:02 -0800 Subject: [PATCH] Update README/set of containers to always start. --- README.md | 1 + start-all-containers.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64dc1d5..3c311c7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Both take one or more folders as input, each containing relevant docker files. - If a `Dockerfile` is present, we will build the container. - If a `docker-compose.yml` is present, we will attempt to start the container. - If none is present, the folder will be skipped. +Also, see `start-all-containers.sh` to start a preselected list of contains that I am currently running. ## About diff --git a/start-all-containers.sh b/start-all-containers.sh index 09495b8..c4fff81 100755 --- a/start-all-containers.sh +++ b/start-all-containers.sh @@ -6,7 +6,7 @@ declare -a CONTAINERS=( "home/homeassistant" "media/immich" "media/plex" - "media/send" + # "media/send" "media/transmission" "software-development/code-server" "software-development/grafana"