

I’m almost sure that ./
is the directory of the compose.yaml.
Normally I just run docker compose up -d
in the project directory, but I could run docker compose up -d -f /somewhere/compose.yaml
from another directory, and then the ./
would be /somewhere
, and not the directory where I started the command.
It’s astonishing what good AI they had in 2009.