Game is using UDP connections

This commit is contained in:
Knut Ahlers 2015-12-20 22:24:06 +01:00
parent b5c14c4a66
commit c7a6cdaf30

View File

@ -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 ["--"]