mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-21 03:40:39 +00:00
URGENT
Added info about breakage.
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# dockcheck
|
# dockcheck
|
||||||
### A script checking updates for docker images **without pulling** - then selectively auto-update some/all containers.
|
### A script checking updates for docker images **without pulling** - then selectively auto-update some/all containers.
|
||||||
|
|
||||||
|
### :warning: URGENT!
|
||||||
|
The 2.0 change had a breaking error - compose-recreation might have included previous containers compose-file.
|
||||||
|
If you've had odd errors, you can use the [errorCheck.sh](https://github.com/mag37/dockcheck/blob/main/errorCheck.sh) script to list current running container configs in a readable way. Look especially for **Compose files** listed in wrong places.
|
||||||
|
Recreate the suspicious container(s) manually with `docker compose down && docker compose up -d`.
|
||||||
|
|
||||||
### :pushpin: Recent changes:
|
### :pushpin: Recent changes:
|
||||||
- **v0.2.1**: Added option to exclude a list of containers.
|
- **v0.2.1**: Added option to exclude a list of containers.
|
||||||
- **v0.2.1**: Added multi-compose support (eg. override).
|
- **v0.2.1**: Added multi-compose support (eg. override).
|
||||||
|
|||||||
Reference in New Issue
Block a user