This is a setup to just start another wordpress page in an instance.
The application is exposed using the port 8888
by default. It can be
changed in docker-compose.yml
.
The applications files will be located in the directory ./wordpress-files
.
The database volume can be found with docker volume ls
.
.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