Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README-docker outdated #203

Open
frogshead opened this issue Jun 11, 2021 · 3 comments · Fixed by #205
Open

README-docker outdated #203

frogshead opened this issue Jun 11, 2021 · 3 comments · Fixed by #205
Labels
bug Something isn't working

Comments

@frogshead
Copy link

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:

  1. Copy-paste example from the bottom of README-docker.md.
  2. 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.

@frogshead frogshead added the bug Something isn't working label Jun 11, 2021
@lakooi
Copy link
Contributor

lakooi commented Jun 11, 2021

Hi, this file is located under the deployment-templates folder from the project root.

Made a pull request of a change to the readme to specify the location.

@frogshead
Copy link
Author

Thanks, somehow overlooked when searching the file.

@turso turso linked a pull request Jun 14, 2021 that will close this issue
@Muusssi
Copy link
Member

Muusssi commented Feb 21, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants