CMK Re-install after disappearing container

2.2.0p21 CRE:
Unbuntu 2004

TLDR: Noticed my Docker container randomly vanished. So i’ve tried re-setting up the container using the following:

docker container run -dit -p 8080:5000 -p 8110:8000 --tmpfs /opt/omd/sites/cmk/tmp:uid=1000,gid=1000 -v monitoring:/omd/sites --name monitoring -v /etc/localtime:/etc/localtime:ro --restart always checkmk/check-mk-raw:2.2.0-latest

Obviously my previous volume was still there so it’s using that.

Changed to 8110 as portainer is listening on 8000. However, i cannot for the life of me access the Web Gui it’s advising that connection is refused. However, the ports are 100% open and there’s nothing firewall related that could be blocking this.

I’ve even gone to my most recent image and tried then re-deploying using my ORIGINAL docker build but still nothing.

Wondering if you wonderful people could shed any light on this?

Closing - i decided on a re-install from fresh.