KR1Z2k

joined 1 year ago
[–] KR1Z2k@lemm.ee 2 points 23 hours ago

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"