I’ve been building out my homelab for nearly half a decade. It's involved many iterations; from hardware to software the makeup of my homelab has all changed many times over the years. However, I’ve ...
What if you could build a fully functional, energy-efficient server that fits in the palm of your hand? With the release of the Raspberry Pi 5, this is no longer a dream but an exciting reality for ...
Chances are you’ve heard of Docker. It’s everywhere. But when it comes to actually managing your containers, you’ve got a couple of choices: Docker CLI (Command-Line Interface) or Portainer (a slick ...
If you are searching for a more efficient way to deploy your projects you might be interested in this excellent guide to using Docker Stack by Dreams of Code. The frustration of manual redeployments, ...
so i just ran Docker Compose in Portainer using stack that has storage_opt in it, but in portainer, it doesn't set the storage_opt inside the container here is the compose file services: main: image: ...
Docker development stack using Nginx reverse proxy to serve PHP-FPM with multiple service containers like Solr, Redis, Redis Commander, Mysql, phpmyadmin. Developer tools like composer, xdebug and git ...