A simple nginx reverse proxy for minecraft servers
10K+
This project is based on tekn0irs nginx-stream.
You can run it by using the following command:
docker run -p 25565:25565 -e INITIAL_HOST=<host> -e INITIAL_PORT=<port> vollborn/minecraft-nginx-reverse-proxy
You can also use docker-compose. Example docker-compose.yml:
services:
proxy:
image: vollborn/minecraft-nginx-reverse-proxy
restart: unless-stopped
ports:
- "${LOCAL_PORT:-25565}:25565"
environment:
INITIAL_HOST: <host>
INITIAL_PORT: <port>
# TZ: "Europe/Berlin"
Here we go.
You should be up and running!
Content type
Image
Digest
sha256:d555027b5…
Size
187.8 MB
Last updated
2 months ago
docker pull vollborn/minecraft-nginx-reverse-proxy