I ensured my servers run outside docker, I exposed ports with
EXPOSE 7777/tcp
EXPOSE 7777/udp
in Dockerfile and also tried to run with -p 7777:7777
option. However, I don’t see joining log strings when I try to connect to the session (unlike when server is outside docker)