Curious Mind to Linux@lemmy.worldEnglish • 5 months agoI'm thinking of creating a website and l'm thinking of using docker in the process. How do I use it in the creation of my website ?message-square20fedilinkarrow-up19arrow-down122
arrow-up1-13arrow-down1message-squareI'm thinking of creating a website and l'm thinking of using docker in the process. How do I use it in the creation of my website ?Curious Mind to Linux@lemmy.worldEnglish • 5 months agomessage-square20fedilink
minus-square@MangoPenguin@lemmy.blahaj.zonelinkfedilinkEnglish2•edit-25 months agoYou can run really any webserver setup with docker, so once you figure out what you need then you can set up your docker-compose stack. For example for PHP sites that might be nginx, php-fpm, and mariadb containers.
You can run really any webserver setup with docker, so once you figure out what you need then you can set up your docker-compose stack.
For example for PHP sites that might be nginx, php-fpm, and mariadb containers.