Windows 11 Client can't see Docker Server

Hi, I’m having a bit of trouble getting urbackup windows client to see a docker server run on the same machine. Could someone point me in the right direction?

I’ve tried adding the client to the server via both the Windows hostname, and 127.0.0.1.

I’ve tried a couple of commands to create the docker image:

docker run -d --name urbackup --restart unless-stopped -e TZ=Australia/Melbourne -v d:\urbackup:/backups -v d:\urbackup:/var/urbackup -p 55413-55415:55413-55415 -p 35623:35623/udp uroni/urbackup-server

Server is reachable at 127.0.0.1:55414
“-p 55413-55415” urbackup.log (1.6 KB)

 

docker run -d --name urbackup --restart unless-stopped -e TZ=Australia/Melbourne -v d:\urbackup:/backups -v d:\urbackup:/var/urbackup --network host uroni/urbackup-server:latest

Server not reachable at 127.0.0.1:55414
“–network host” server urbackup. log (1.9 KB)
The IP addresses listed in this logfile are not part of my LAN and I cannot ping them.
running

telnet 127.0.0.1 55414

gives:

Connecting To 127.0.0.1…Could not open connection to the host, on port 55414: Connect failed

 

Update:
I changed the config to internet settings with the docker configuration that was reachable at 127.0.0.1
It looks like there are some communication errors, eg. Client was forced offline
https://pastebin.com/c02htxSM