Comment on Would you buy "self-hosted in a box" hardware?
ebc@lemmy.ca 2 months agoDocker’s secret that most “getting started” tutorials seem to miss is docker-compose.yml. Who wants to type these long-ass commands to start containers? I always just create a compose file, and then docker compose up -d
.
Dockerfile is for developers, you shouldn’t need more than a docker-compose.yml for self-hosting stuff.