Using Docker in Windows

I apologize if this is not the proper forum to use, but I am new to Docker and am unsure of which Docker version should be used for our use case.

We are using Windows Server 2019 and are looking to use Docker containers for Redis. We are looking to have Docker not be tied to a specific user and for Docker to come back up (high availability) after our server has been rebooted without any particular user having to login.

After first I tried Docker Desktop, but ran into issues with Docker Desktop not allowing for it to be run and accessed by a different user than the user that first started it. This is not desirable as we will need for several people to be accessing it.

To achieve all of this, should I be using Docker for Windows or the Enterprise Edition?