playitgg-docker
Playit.gg as a Dockerimage code:https://github.com/PepaonDrugs/playitgg-docker
50K+
Docker image for the Playit tunnel service.
If you updated to v0.17.1 or later, please update your Docker volume to point to /root in the container.
This is where the persistent Playit secret is stored.
Otherwise, you may need to reauthenticate between updates.
docker run -d \
--name playit-docker \
-v playit-volume:/root \
--restart unless-stopped \
pepaondrugs/playitgg-docker:latest
ARM (64-bit):
docker run -d \
--name playit-docker \
-v playit-volume:/root \
--restart unless-stopped \
pepaondrugs/playitgg-docker:arm
ARMv7 (32-bit):
docker run -d \
--name playit-docker \
-v playit-volume:/root \
--restart unless-stopped \
pepaondrugs/playitgg-docker:armv7
version: "3"
services:
playit-docker:
container_name: playit-docker
image: pepaondrugs/playitgg-docker:latest
volumes:
- playit-volume:/root
restart: unless-stopped
volumes:
playit-volume:
external: false
image: pepaondrugs/playitgg-docker:arm
image: pepaondrugs/playitgg-docker:armv7
Check the logs to find your agent claim link:
docker logs playit-docker
Look for:
link=https://playit.gg/claim/#######
If anything doesn't work, feel free to open an issue.
Content type
Image
Digest
sha256:5f44b0085…
Size
3.3 MB
Last updated
6 months ago
docker pull pepaondrugs/playitgg-docker:v0.17.1-arm