OpenProject
Docker
Compose
mkdir openproject
cd openproject
git clone --depth=1 --branch=stable/10 https://github.com/opf/openproject .
docker-compose up -d
docker-compose down
Admin
SSH Local Forwarding: ssh -L 8080:localhost:8080 [email protected] http://localhost:8080 user: admin pass: admin