Docker image to simply run the latest version of playit.gg tunnel service
docker run --name playitgg --restart unless-stopped -v ./secrets:/secrets dysta/playitgg
version: "3"
services:
playitgg:
container_name: playitgg
image: dysta/playitgg
restart: unless-stopped
volumes:
- ./secrets:/secrets