Update README/set of containers to always start.

This commit is contained in:
whitney 2025-02-11 14:40:02 -08:00
parent 0d1f401506
commit 527d436c92
2 changed files with 2 additions and 1 deletions

View File

@ -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 `Dockerfile` is present, we will build the container.
- If a `docker-compose.yml` is present, we will attempt to start 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. - 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 ## About

View File

@ -6,7 +6,7 @@ declare -a CONTAINERS=(
"home/homeassistant" "home/homeassistant"
"media/immich" "media/immich"
"media/plex" "media/plex"
"media/send" # "media/send"
"media/transmission" "media/transmission"
"software-development/code-server" "software-development/code-server"
"software-development/grafana" "software-development/grafana"