Update docker/upme

This commit is contained in:
2024-03-19 19:49:51 -06:00
parent f143d0782d
commit 48f36b60ab

View File

@@ -11,7 +11,7 @@ process_directory() {
# Change to the directory # Change to the directory
cd "$dir" || exit cd "$dir" || exit
# Pull the docker compose, suppressing stdout and stderr # Pull the docker compose, suppressing stdout and stderr
docker compose pull docker compose pull > /dev/null 2>&1
docker compose up -d --remove-orphans docker compose up -d --remove-orphans
# Go back to the previous directory # Go back to the previous directory
cd - > /dev/null 2>&1 cd - > /dev/null 2>&1