From 4d6dd1b470b7ecafc7ac2c2a560cdc46581f78f6 Mon Sep 17 00:00:00 2001
From: TheBroTMv2 <tobias-mueller@outlook.de>
Date: Tue, 30 Mar 2021 22:35:06 +0200
Subject: [PATCH] rempove exposure of udp based port

minecraft java edition only uses tcp, only the bedrock edition uses udp so i remove it for security purposes
---
 Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 872300c..373c59d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -74,7 +74,6 @@ HEALTHCHECK --interval=10s --timeout=10s --start-period=30s \
 
 # Container setup, specifies needed ports. May be adjusted or overwritten if plugins need other ports
 EXPOSE 25565/tcp
-EXPOSE 25565/udp
 
 #Specifies the datastructure in the container
 VOLUME /papermc
-- 
GitLab