- Deploy wordpress on docker as the company looking for modern tech & portable stack
- Please mind on how to scale the platform if the user/viewer of the content growing
- Using docker-compose for handle deployment.
- Use volume persistent as part portable stack like
./html:/var/www/html
at wordpress services. - For scaling purpose, can do it with
docker-compose up --scale wordpress=4