Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-23T04:18:07.000Z (15 days ago)
- Last Synced: 2025-01-23T05:24:55.105Z (15 days ago)
- Topics: docker, docker-image, docker-paper, dockerfile, paper
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/grmvoid/paper
- Size: 131 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.