This is a setup to just start another wordpress page in an instance.
The application is exposed using the port 8020 by default. It can be
changed in docker-compose.yml
.
.env
file (there is an example provided).docker-compose up -d
.docker-compose up -d
docker-compose kill
docker-compose down --volumes
One method to update often seen is doing following steps:
docker-compose pull && docker-compose up -d
docker image prune