Curious Mind @lemmy.world to Linux@lemmy.worldEnglish · 2 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-square19linkfedilinkarrow-up18
arrow-up18message-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 · 2 days agomessage-square19linkfedilink
minus-squareMangoPenguinlinkfedilinkEnglisharrow-up2·edit-22 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.