For docker: I’m not following best practices. I have a giant docker compose file for my entire home lab, this is how I update things:
alias dockpull="docker compose pull" alias dockup="docker compose up -d --remove-orphans"
For docker: I’m not following best practices. I have a giant docker compose file for my entire home lab, this is how I update things: