feature-153-simple-voice-chat #64

Merged
cuqmbr merged 6 commits from feature-153-simple-voice-chat into develop 2026-01-09 12:58:03 +00:00
Member
https://git.cuqmbr.xyz/bebrashield/task-tracker/issues/153
Panzerhund force-pushed feature-153-simple-voice-chat from 412245b2df to 6a0663d31f 2026-01-03 11:43:43 +00:00 Compare
Panzerhund force-pushed feature-153-simple-voice-chat from a237d30651 to 600939265b 2026-01-03 12:01:14 +00:00 Compare
cuqmbr requested changes 2026-01-06 20:54:34 +00:00
Dismissed
@ -0,0 +6,4 @@
# Set this to '-1' to use the same port number that is used by the Minecraft server.
# However, it is strongly recommended NOT to use the same port number because UDP on
# it is also used by default for the server query. Doing so may crash the server!
port=24454
Owner

Изменить порт на 25565 (или -1), чтобы не пришлось открывать новые порты в межсетевом экране на панели управления Oracle

Добавить EXPOSE 25565/udp в Dockerfile, чтобы тот, кто будет разворачивать, смог сориентироваться какие порты нужно пробрасывать наружу с контейнера

https://docs.docker.com/reference/dockerfile/#expose

Изменить порт на 25565 (или -1), чтобы не пришлось открывать новые порты в межсетевом экране на панели управления Oracle Добавить `EXPOSE 25565/udp` в Dockerfile, чтобы тот, кто будет разворачивать, смог сориентироваться какие порты нужно пробрасывать наружу с контейнера https://docs.docker.com/reference/dockerfile/#expose
cuqmbr marked this conversation as resolved
cuqmbr approved these changes 2026-01-09 12:57:31 +00:00
cuqmbr merged commit 03e13ae8fe into develop 2026-01-09 12:58:03 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bebrashield/server-mods!64
No description provided.