arfeifei / www

docker-compose example with NodeBB Ghost WordPress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

www

docker-compose example with NodeBB Ghost WordPress Nginx Mongodb miniproxy

Usage:

docker-compose up -d
docker-compose logs -f

stop remove all containers

docker rm $(docker ps -aq)
docker rm $(docker ps -aq)

##Note: Be sure to create local directory as volumes mentioned in docker-compose.yml file to persistent user data, Otherwise when container removed by [docker-compose rm -f] all the user data will be gone. which can leading the app failed to start.

About

docker-compose example with NodeBB Ghost WordPress


Languages

Language:PHP 100.0%