diff --git a/Dockerfile b/Dockerfile index 7f7659c..00754fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN tar xzf teeworlds.tar.gz \ && mv /opt/teeworlds*/ /opt/teeworlds VOLUME /data -EXPOSE 8303/tcp +EXPOSE 8303/udp ENTRYPOINT ["/opt/start.sh"] CMD ["--"]