You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
$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.
The text was updated successfully, but these errors were encountered: