Skip to content

mafen/playit-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playit-docker

a basic docker-compose


version: "3"

services:
  playit:
    container_name: playit
    image: ghcr.io/mafen/playit-docker:latest
    restart: unless-stopped
    # If you want to presist the config
    #volumes:
    # - ./config:/etc/playit

Needs an account at this site

https://playit.gg/

And then you run the container and you click on a link that it gives you and then you link it to your account

Credit to the creator of the playit agent

https://github.com/playit-cloud/playit-agent