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

docker-compose.yml #32

Closed
noraj opened this issue May 6, 2017 · 2 comments
Closed

docker-compose.yml #32

noraj opened this issue May 6, 2017 · 2 comments
Labels
C-docs Component: Documentation D-duplicate Disposition: Duplicate T-question Type: Question

Comments

@noraj
Copy link
Contributor

noraj commented May 6, 2017

Why the build paths are like build: "../server" in docker-compose.yml

Because this isn't an existing path on the host:

$ docker-compose up -d
ERROR: build path /home/noraj/server either does not exist, is not accessible, or is not a valid URL.

How have I to custom this path:

$ cat docker-compose.yml | grep build
    build: "../server"
    build: "../filestore"
    build: "../server"
    build: "nginx"
@mzhang28
Copy link
Member

Your issue made me realize that my current setup was way too complicated. It'll all be in the same folder from now on. I'll leave this issue open until I write docs on how to set it up.

@remexre remexre added T-question Type: Question C-docs Component: Documentation labels Nov 1, 2018
@remexre
Copy link

remexre commented Nov 1, 2018

Closing in favor of #34.

@remexre remexre closed this as completed Nov 1, 2018
@remexre remexre added the D-duplicate Disposition: Duplicate label Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-docs Component: Documentation D-duplicate Disposition: Duplicate T-question Type: Question
Projects
None yet
Development

No branches or pull requests

3 participants