BugSquash

Added note about fixed `${PWD}` breakage.
This commit is contained in:
mag37 2023-02-12 06:32:10 +01:00 committed by GitHub
parent a2ffff2df2
commit b955649a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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~~ - ~~Old `docker-compose` binary-check sometimes returned false error~~
- ~~Stacks gets updated as whole, even if only one service is chosen.~~ - ~~Stacks gets updated as whole, even if only one service is chosen.~~
- ~~Path broken occationally (from inspect) - probably due to old docker-compose binary.~~ - ~~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. ~~ - ~~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. ~~ - ~~Using relative paths for volumes eg. `${PWD}/data:data` will create the volumes where you stand.~~
### :hammer: Known issues ### :hammer: Known issues
- ~~No granular choice of what to update (except initial name filter).~~ - ~~No granular choice of what to update (except initial name filter).~~