OpenVPN-as won't work on Synology

My setup command for the bridged version is as follows

sudo docker create
–name=openvpn-as
–privileged
–cap-add=NET_ADMIN
-e PUID=1026
-e PGID=100
-e TZ=Europe/London
-e INTERFACE=eth0
-p 943:943
-p 9443:9443
-p 1194:1194/udp
-v /volume2/docker/openvpn:/config
–restart unless-stopped
linuxserver/openvpn-as

The console log from this is HERE

Accessing 192.168.1.224:943/admin results in the following results shown in the two images, one form safari, one from Chrome.

Hope that’s enough to give a hint as to what going on, I don’t see anything in a log when I attempt to connect via the browser