Hello everyone!
Maybe anybody can help me.
I started server with docker using the latest version of container ryshe/terraria
Logs from container

Here we see that container started server with version 1.4.3.6
Im trying to connect to the server with TModLoader client (from steam) which using the same version (1.4.3.6) but Im getting error "You are not using the same version as this server"

What I do wrong? Maybe I shouldn't use TModLoader for connect? Never did Tshock server before.
Full compose file
version: '3'
services:
tshock:
image: ryshe/terraria
ports:
- '7778:7777'
restart: unless-stopped
network_mode: bridge
environment:
- WORLD_FILENAME=tshock.wld
volumes:
- tshock:/root/.local/share/Terraria/Worlds
tty: true
stdin_open: true
volumes:
tshock:
driver: local
UPD: IP for connect t2.weksik.ru
Hello everyone!

Maybe anybody can help me.
I started server with docker using the latest version of container ryshe/terraria
Logs from container
Here we see that container started server with version 1.4.3.6
Im trying to connect to the server with TModLoader client (from steam) which using the same version (1.4.3.6) but Im getting error "You are not using the same version as this server"
What I do wrong? Maybe I shouldn't use TModLoader for connect? Never did Tshock server before.
Full compose file
UPD: IP for connect t2.weksik.ru