version: '3'services:rgit:image: ghcr.io/w4/rgit:mainvolumes:- /path/to/my-repos:/git # Required- /path/to/config-dir:/config # Optionalports:- 3333:8000restart: unless-stopped
ascending towards madness
version: '3'services:rgit:image: ghcr.io/w4/rgit:mainvolumes:- /path/to/my-repos:/git # Required- /path/to/config-dir:/config # Optionalports:- 3333:8000restart: unless-stopped