windows commands for install in docker desktop

While reading the guide, I noticed that the Linux commands to install Fess are provided, but the Windows PowerShell ones are missing. The commands are slightly different:

  1. curl.exe -OL https://raw.githubusercontent.com/codelibs/docker-fess/master/compose/compose.yaml

  2. curl.exe -OL https://raw.githubusercontent.com/codelibs/docker-fess/master/compose/compose-opensearch3.yaml

  3. docker compose -f compose.yaml -f compose-opensearch3.yaml up -d

Basically, the .exe extension is missing after curl. I was going crazy trying to figure it out, so I’m writing this here hoping it might be helpful to other users.