mirror of
https://github.com/luzifer-docker/teeworlds.git
synced 2024-11-08 12:40:02 +00:00
Game is using UDP connections
This commit is contained in:
parent
b5c14c4a66
commit
c7a6cdaf30
1 changed files with 1 additions and 1 deletions
|
@ -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 ["--"]
|
||||
|
|
Loading…
Reference in a new issue