Now that you mention it, I always do a
docker system prune -f
This will clean up old images that are no longer used. I setup an alias command in Linux to do all of those commands.
I just named it docker_update and saved it in my ~/.bashrc
Now that you mention it, I always do a
docker system prune -f
This will clean up old images that are no longer used. I setup an alias command in Linux to do all of those commands.
I just named it docker_update and saved it in my ~/.bashrc
Did you use docker compose file or just run a command to start the container?
Edit: I always use compose files. For that you can do the following:
docker compose pull
docker compose down
docker compose up -d
You don’t technically need the stop, but I’ve found once or twice in the past where it was good to stop because of image dependencies that I forgot to put in my compose.
For running a command directly I found this website that seems to summarize it pretty well I think:
https://www.cherryservers.com/blog/how-to-update-docker-image
That was part of why I stick with it. Does exactly what I need to to do and nothing more. It also works with my watch for reminders and confirmation of taking the pills.
It’s a pretty simple interface.
I use take-your-pill
Not released on any store and near as in I can tell has no telemetry.
Not sure about at rest encryption, but I just label my pill with the first letter or two.
Pretty old project, but it’s pretty well done and doesn’t need a whole lot of the “new” features.
I like that I can keep getting reminded as I don’t always take it right when I need to.
A little off topic, but on first glance I thought that website was called fart caller.
On topic, I’ve never Heard of this service. I still haven’t setup anything like this. Might give it a try.
I’ve been enjoying bazzite!
I’ve used freetaxusa the last couple of years. If the IRS one isn’t available, then I’d recommend them.
Forejo-mies?
It looks like it uses chrome for certain data, and I’m not a fan of that. Any idea if I can change that to use Firefox?
Hopefully someone smarter than me can help. You can always do what I do, and just blow up the install and start fresh. 😂
Darn.
I suppose you could also try using the lsof command to see if it shows anything different?
Some examples: https://www.cyberciti.biz/faq/unix-linux-check-if-port-is-in-use-command/
This may sound silly, but have you tried restarting? I feel like that worked for me when I had a similar issue in the past. Something was holding onto the port, but it wasn’t showing up anywhere. Restart got it to let go and it worked afterwards.
Lots of good suggestions. I’ve also used memos, but wasn’t a huge fan of how the notes were organized. Solid app and definitely worth a look.
https://github.com/usememos/memos
Edit: I’m holding out hope for when notesnook goes self-hosted.
Edit 2: after looking at my older instance I see they save the notes in a database and is not relevant to your question.
Given their comments it seems like they’re the type of consultant I’d definitely want to record.
Definitely a now and later. I had one a few days ago leftover from Halloween. It did this exactly. Yes, I did eat the paper because why not.
I agree about the controls. I played on PC many times beforehand. They did a decent job of adapting it to the steam deck.
Oof, purchased by an analytics company probably means they only want it for your/my information.
I see someone mention watchtower, while not a bad thing, I just prefer to manually update. This helps to ensure any breaking changes don’t break my system. Especially with something like Immich at it’s had a lot of them recently as they work towards stable. I just generally subscribe to their release and do updates as necessary.