Skip to content
Snippets Groups Projects
Commit 4d6dd1b4 authored by TheBroTMv2's avatar TheBroTMv2
Browse files

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
parent 749d0b22
Branches master
No related tags found
No related merge requests found
...@@ -74,7 +74,6 @@ HEALTHCHECK --interval=10s --timeout=10s --start-period=30s \ ...@@ -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 # Container setup, specifies needed ports. May be adjusted or overwritten if plugins need other ports
EXPOSE 25565/tcp EXPOSE 25565/tcp
EXPOSE 25565/udp
#Specifies the datastructure in the container #Specifies the datastructure in the container
VOLUME /papermc VOLUME /papermc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment