Docker installation

  1. Setup
  2. Start gancio

Setup

Make sure to have Docker Engine, Docker Compose and nginx installed:

sudo apt install docker docker-compose nginx

Create a directory where everything related to gancio is stored:

mkdir -p /opt/gancio
cd /opt/gancio

Start gancio

docker run --rm  -p 13120:13120 -v ./data:/app/data -v ./.env.example:/app/.env cisti/gancio:2.0-alpha

You’ll need to setup nginx as a proxy then you can point your web browser to your domain :tada: