Curious Mind @lemmy.world to Linux@lemmy.worldEnglish · 5 days 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-squaremessage-square15fedilinkarrow-up13arrow-down15
arrow-up1-2arrow-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 @lemmy.world to Linux@lemmy.worldEnglish · 5 days agomessage-square15fedilink
minus-squareMangoPenguin@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·edit-24 days 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.