FIX:
- Using the full compose file path to determine if a container already got restarted.
- When compose files shared parent directory they were mistakenly treated as already restarted.
- Sourcing the dockcheck.config earlier so CLI always take precedence.
- Due to recent changes the config file would override any CLI options, which was not intended.
- Only print update process messages when actually processing updates.
- Avoid printing unnecessary (false) messages when no updates/recreations were happening due to errors or
-Eexclusions.
- Avoid printing unnecessary (false) messages when no updates/recreations were happening due to errors or
Full Changelog: v0.8.2...v0.8.3