{"id":18739658,"url":"https://github.com/josxha/minecraft-paper-docker","last_synced_at":"2025-08-02T01:11:20.904Z","repository":{"id":45084983,"uuid":"436846421","full_name":"josxha/minecraft-paper-docker","owner":"josxha","description":"Automatic Docker builds for Minecraft Paper server ","archived":false,"fork":false,"pushed_at":"2024-05-01T08:30:16.000Z","size":30,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T11:16:45.485Z","etag":null,"topics":["docker","minecraft","paper","papermc","server"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/josxha/minecraft-paper","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josxha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-10T04:11:26.000Z","updated_at":"2024-05-02T08:10:49.000Z","dependencies_parsed_at":"2024-05-01T09:46:38.135Z","dependency_job_id":"da952f4f-791e-4d90-8806-b64da0c44e1a","html_url":"https://github.com/josxha/minecraft-paper-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/josxha/minecraft-paper-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josxha%2Fminecraft-paper-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josxha%2Fminecraft-paper-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josxha%2Fminecraft-paper-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josxha%2Fminecraft-paper-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josxha","download_url":"https://codeload.github.com/josxha/minecraft-paper-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josxha%2Fminecraft-paper-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268322418,"owners_count":24231819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","minecraft","paper","papermc","server"],"created_at":"2024-11-07T15:36:45.654Z","updated_at":"2025-08-02T01:11:20.877Z","avatar_url":"https://github.com/josxha.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automatic Docker builds for Paper Minecraft\n\nThis repository checks automatically every hour for new paper server builds, builds new images with them and uploads them to the docker registry.\n\n## Links\n- Images: [hub.docker.com/r/josxha/minecraft-paper](https://hub.docker.com/r/josxha/minecraft-paper)\n- Repository: [github.com/josxha/minecraft-paper-docker](https://github.com/josxha/minecraft-paper-docker)\n- Papermc: [papermc.io/downloads](https://papermc.io/downloads)\n\n## Why to use this image\n- [x] Easy to use and configure\n- [x] Up to date with the latest paper builds\n- [x] Much smaller image size compared to other paper images\n- [x] Open source repository\n\n## Get Started\n1. Install docker ([docker docs](https://docs.docker.com/get-docker/))\n2. Install docker-compose ([docker docs](https://docs.docker.com/compose/install/))\n3. Example content of your `docker-compose.yml` file:\n```yaml\nversion: '3'\nservices:\n    minecraft:\n        image: josxha/minecraft-paper:latest # or e.g. 1.18.2\n        container_name: minecraft\n        restart: unless-stopped\n        ports:\n            - 0.0.0.0:25565:25565\n        volumes:\n            - ./data:/data:rw\n        # user: 25565:25565\n        environment:\n            - TZ=Europe/London\n            - RAM=4G\n```\n4. (optional) If you want to run the container not as root\n   1. uncomment the line `user: 25565:25565`\n   2. create the data directory with `mkdir ./data`\n   3. change the directory permissions with `sudo chown 25565:25565 ./data`\n5. Run `docker-compose up -d` in the directory of your `docker-compose.yml` file.\n6. (optional) Use [watchtower](https://hub.docker.com/r/containrrr/watchtower) to keep your container up to date with the latest image build automatically.\n\n## Image Tags\n- **latest**: Newest minecraft version with the latest paper build\n- **1.18-latest**, **1.17-latest**, **etc.** for the latest paper build of this major minecraft version\n- **1.18.2**, **1.18**, **1.17.1**, **etc.** for the latest paper build of this minecraft version\n- **\u003cminecraft_version\u003e-\u003cpaper_build\u003e** to use specific paper build\n\nSee all the available tag [here](https://hub.docker.com/r/josxha/minecraft-paper/tags).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosxha%2Fminecraft-paper-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosxha%2Fminecraft-paper-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosxha%2Fminecraft-paper-docker/lists"}