Skip to content
Snippets Groups Projects
Commit 97237e25 authored by PICHOU Kyâne's avatar PICHOU Kyâne
Browse files

Properly expose UDP port of minetest

parent a89871e6
No related branches found
No related tags found
1 merge request!5CheckMK stable image
......@@ -11,9 +11,8 @@ RUN apt-get update -y \
# Create all folders
RUN mkdir -p /root/.minetest/textures /root/.minetest/worlds
EXPOSE 30000
EXPOSE 30000/udp
# Add entrypoint
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
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