mrnarwall

joined 2 years ago
[–] mrnarwall@lemmy.world 3 points 12 hours ago (1 children)

I'M WEARING A JACUZZI SUIT, I CAN'T HEAR YOU HONEY

[–] mrnarwall@lemmy.world 8 points 1 week ago (2 children)

As a software developer, it is a known best practice when you are using external software to use a specific version. Never use "latest" except in testing and development. Once it's ready you pin it to a version ( which can be the latest version, just make sure to actually specify that version id). Then again I've never set up an *arr stack before