Open
Description
Describe the bug
Section Running docker-compose with public images has an example where it points docker compose file .\docker-compose-from-remote.yml which does not exists.
To Reproduce
Steps to reproduce the behavior:
- Copy-paste example from the bottom of README-docker.md.
- Try to run:
$env:ENV_FILE="configfile.env"; docker-compose -f .\docker-compose-from-remote.yml up --build
Expected behavior
Should use some pre-built images, but throws file not found.