From 671968e849f2823ee0b12c9f8f58d855679cd1fb Mon Sep 17 00:00:00 2001 From: TheBroTMv2 <tobias-mueller@outlook.de> Date: Tue, 30 Mar 2021 22:40:07 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9bca92..84e9261 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,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