I'm trying to install a Bitwarden self-hosted solution. The instructions here say that I need to install both Docker and Docker Compose.
How can I install Docker Compose on Windows Server 2019? I don't want to have to install Docker Desktop, which uses Docker Community Edition (CE).
Do you install docker with docker provider and package on Windows?
In PowerShell, run the following command to download Docker Compose, replacing $dockerComposeVersion with the specific version of Compose you want to use:
You can see releases in https://github.com/docker/compose/releases
More details: https://docs.docker.com/v17.09/compose/install/#install-compose