vollborn/minecraft-nginx-reverse-proxy

By vollborn

Updated 2 months ago

A simple nginx reverse proxy for minecraft servers

Image
Networking
0

10K+

vollborn/minecraft-nginx-reverse-proxy repository overview

Minecraft NGINX Reverse Proxy

This project is based on tekn0irs nginx-stream.

Requirements

  • A webserver with a static IP address supporting Docker

Setup

Using docker run

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
Using docker compose

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!

Tag summary

Content type

Image

Digest

sha256:d555027b5

Size

187.8 MB

Last updated

2 months ago

docker pull vollborn/minecraft-nginx-reverse-proxy