https://github.com/grmvoid/docker-paper
🐳 Docker image for Paper
https://github.com/grmvoid/docker-paper
docker docker-image docker-paper dockerfile paper
Last synced: 2 months ago
JSON representation
🐳 Docker image for Paper
- Host: GitHub
- URL: https://github.com/grmvoid/docker-paper
- Owner: grmvoid
- Created: 2024-12-25T12:54:39.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-19T04:42:01.000Z (2 months ago)
- Last Synced: 2025-03-19T05:27:34.524Z (2 months ago)
- Topics: docker, docker-image, docker-paper, dockerfile, paper
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/grmvoid/paper
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick reference
- **Image based on**:
[alpine](https://hub.docker.com/_/alpine)- **Supported architectures**:
`linux/amd64`, `linux/arm64`- **Maintained by**:
[grmvoid](https://github.com/grmvoid)- **Where to file issues**:
[https://github.com/grmvoid/docker-paper/issues](https://github.com/grmvoid/docker-paper/issues?q=)## Supported tags and respective `Dockerfile` links
- [`1.21.4-12`, `1.21.4`, `1.21`](https://github.com/grmvoid/docker-paper/blob/10b8d8d7edb0a2894c56c88065cb2c200f9bc7f2/1.21/Dockerfile)
## How to use this image
```yaml
services:
paper:
image: grmvoid/paper:1.21.3-83
restart: always
ports:
- "25565:25565/udp"
- "25565:25565/tcp"
```## License
View [license](https://github.com/PaperMC/Paper/blob/main/LICENSE.md) information for the software contained in this image.