diff --git a/README.md b/README.md index f394d34..4d41909 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Build Status](https://ci.nukkitx.com/job/GeyserMC/job/GeyserConnect/job/master/badge/icon)](https://ci.nukkitx.com/job/GeyserMC/job/GeyserConnect/job/master/) [![Discord](https://img.shields.io/discord/613163671870242838.svg?color=%237289da&label=discord)](http://discord.geysermc.org/) -[![HitCount](http://hits.dwyl.io/GeyserMC/GeyserConnect.svg)](http://hits.dwyl.io/GeyserMC/GeyserConnect) +[![HitCount](http://hits.dwyl.com/GeyserMC/GeyserConnect.svg)](http://hits.dwyl.io/GeyserMC/GeyserConnect) GeyserConnect is an easy way for Bedrock Edition clients to connect to any Java Edition servers without having to run anything. diff --git a/docker/Dockerfile b/docker/Dockerfile index a078f5d..2415c64 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,5 +2,4 @@ FROM openjdk:8-jre-slim RUN mkdir /gsc WORKDIR /gsc EXPOSE 19132/udp -EXPOSE 19133/udp CMD ["java", "-Xms1G", "-jar", "GeyserConnect.jar"] \ No newline at end of file diff --git a/docker/README.md b/docker/README.md index 7f84783..7ef8aff 100644 --- a/docker/README.md +++ b/docker/README.md @@ -6,5 +6,5 @@ This contains the docker image and a basic way of running GeyserConnect 2. Build the docker file using `docker build -t geyser-connect .` 3. Start geyser using this: ``` -docker run --name "geyser-c" -d --restart always -p 19132:19132/udp -p 19133:19133/udp -v $(pwd)/data:/gsc geyser-connect +docker run --name "geyser-c" -d --restart always -p 19132:19132/udp -v $(pwd)/data:/gsc geyser-connect ``` \ No newline at end of file