See also https://hub.docker.com/r/derkades/paper
Latest waterfall (updated every week or so). Data stored in /data. Use docker attach to run commands, ctrl+pq to exit.
Using java 17 (eclipse-temurin:17-focal), built for arm, arm64 and amd64.
Docker compose example:
version: '3.2'
services:
proxy:
image: derkades/waterfall
ports: ['25565:25565']
volumes:
- type: bind
source: /opt/minecraft/proxy
target: /data
tty: true
stdin_open: true
# user: 1000
Content type
Image
Digest
sha256:dc4a1fe33…
Size
214.9 MB
Last updated
almost 2 years ago
docker pull derkades/waterfall