PepaonDrugs/playitgg-docker

There seems to be an issue with directory to get the playit-x64

Closed this issue · 3 comments

I specified my desired volume as such:

volumes: 
      - {My desired volume}:/app

Results in:
image

Let me know if I'm doing anything wrong. The desired path to my volume exists.

I Fixed the Docker compose could you try it again with this?

version: "3"

services:
  playit-docker:
    container_name: "playit-docker-fix"
    image: pepaondrugs/playitgg-docker:latest
    volumes:
        - playit-volume:/app
    restart: unless-stopped
volumes:
    playit-volume:
        external: false

Perfect, it works now as expected now. I'm a QE engineer so I figured something was off.

This is how I got my authentication to my client:
image

Current set-up for gaming:

  • Minecraft dedicated server (proxied)
  • pepaondrugs/playitgg-docker
  • Uptime Kuma
  • mcstatus API

I'm using it to tunnel a Minecraft server and using Uptime Kuma to get the response from a 'GET' Request with the JSON body for the key:value for "Online" or "Offline".

Thank you @PepaonDrugs , this is working great and it now sends status to the webhook to my discord server.

Perfect, thanks for letting me know of the issue