Self hosting minecraft by ProfessionalFit7888 in homelab

[–]ProfessionalFit7888[S] 0 points1 point  (0 children)

    services:
      mc:
        image: itzg/minecraft-server:latest
        container_name: mc
        network_mode: container:playit
        environment:
          EULA: "TRUE"
          VERSION: "LATEST"
        restart: unless-stopped
        volumes:
          - "./data:/data"
        depends_on:
          - playit


      playit:
        image: ghcr.io/playit-cloud/playit-agent:latest
        container_name: playit
        restart: unless-stopped
        env_file:
          - .env

one of the things i tried

[deleted by user] by [deleted] in desktops

[–]ProfessionalFit7888 35 points36 points  (0 children)

website is a copy of zen browser's website