vanshikamunjal665-containerization-theory.github.io

CONTAINERIZATION AND DEVOPS THEORY

26 FEBRUARY 2026

SCALING WORDPRESS WITH DOCKER COMPOSE

Reference Link:
https://upessocs.github.io/#dir=/Lectures/Containerization%20and%20DevOps/Theory/&file=303%20Scaling%20with%20Docker%20Compose%2024.md


Screenshots of commands

Image

Removed container name and ports line from yml file because multiple containers were using same name and port because of which there was conflict
Image

Image

Scalable docker-compose

Image

Image

Image

Image

Image