Comment on What should I run and why?
jws_shadotak@sh.itjust.works 6 months ago
I highly recommend using Docker/Podman, even though you say you don’t want to. It is trivial to start up a new service using docker-compose once you get the basics down.
- host:container when specifying ports or directories in the compose YAML
Antaeus@lemmy.world 6 months ago
Thank you for your input. I did note Podman some days ago, and I will take a gander at it. Thank you!