Docker installation
Setup
Make sure to have Docker Engine, Docker Compose and nginx installed:
bash
sudo apt install docker docker-compose nginxCreate a directory where everything related to gancio is stored:
bash
mkdir -p /opt/gancio
cd /opt/gancioStart gancio
bash
docker run --rm -p 13120:13120 -v ./data:/app/data -v ./.env.example:/app/.env cisti/gancio:2.0-alphaYou'll need to setup nginx as a proxy then you can point your web browser to your domain 🎉