Dysta / playitgg

Docker image to simply run the latest version of playit.gg tunnel service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dysta/playitgg

Docker image to simply run the latest version of playit.gg tunnel service

docker cli

docker run --name playitgg --restart unless-stopped -v ./secrets:/secrets dysta/playitgg

docker compose

version: "3"

services:
    playitgg:
        container_name: playitgg
        image: dysta/playitgg
        restart: unless-stopped
        volumes:
            - ./secrets:/secrets

don't forget to check the logs to go to the claim url !!

About

Docker image to simply run the latest version of playit.gg tunnel service


Languages

Language:Dockerfile 100.0%