From b955649a5dc141f0a2a61647730aa33338682c41 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sun, 12 Feb 2023 06:32:10 +0100 Subject: [PATCH] BugSquash Added note about fixed `${PWD}` breakage. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5936b0d..3c11d5f 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ Containers need to be manually stopped, removed and created again to run on the - ~~Old `docker-compose` binary-check sometimes returned false error~~ - ~~Stacks gets updated as whole, even if only one service is chosen.~~ - ~~Path broken occationally (from inspect) - probably due to old docker-compose binary.~~ -- ~~Script breaks if one of the chosen containers are a `docker run` container. ~~ -- ~~Using relative paths for volumes eg. `${PWD}/data:data` will create the volumes where you stand. ~~ +- ~~Script breaks if one of the chosen containers are a `docker run` container.~~ +- ~~Using relative paths for volumes eg. `${PWD}/data:data` will create the volumes where you stand.~~ ### :hammer: Known issues - ~~No granular choice of what to update (except initial name filter).~~