Skip to content
/ playitgg Public

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

Notifications You must be signed in to change notification settings

Dysta/playitgg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published