From 67a0f96ddabd0e4eda3bd2d6d99c75de734b234e Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 11 Feb 2024 13:52:06 -0600 Subject: [PATCH] expanded command --- dc-down-all-containers.sh | 2 +- dc-pull-all-containers.sh | 2 +- dc-up-all-containers.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dc-down-all-containers.sh b/dc-down-all-containers.sh index f190c26..5ca7f8f 100644 --- a/dc-down-all-containers.sh +++ b/dc-down-all-containers.sh @@ -5,4 +5,4 @@ docker compose -f filebrowser/compose.yml down docker compose -f homepage/compose.yml down docker compose -f mixed/compose.yml down docker compose -f reverseproxy/compose.yml down -dps +docker ps diff --git a/dc-pull-all-containers.sh b/dc-pull-all-containers.sh index b3789e7..7faecb2 100644 --- a/dc-pull-all-containers.sh +++ b/dc-pull-all-containers.sh @@ -5,4 +5,4 @@ docker compose -f filebrowser/compose.yml pull docker compose -f homepage/compose.yml pull docker compose -f mixed/compose.yml pull docker compose -f reverseproxy/compose.yml pull -dps +docker ps diff --git a/dc-up-all-containers.sh b/dc-up-all-containers.sh index a3200db..6aab9e2 100644 --- a/dc-up-all-containers.sh +++ b/dc-up-all-containers.sh @@ -5,4 +5,4 @@ docker compose -f filebrowser/compose.yml up -d docker compose -f homepage/compose.yml up -d docker compose -f mixed/compose.yml up -d docker compose -f reverseproxy/compose.yml up -d -dps +docker ps