Update docker/upme
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user