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 up error #11

Closed
wsdo opened this issue Dec 2, 2017 · 1 comment
Closed

docker-compose up error #11

wsdo opened this issue Dec 2, 2017 · 1 comment

Comments

@wsdo
Copy link

wsdo commented Dec 2, 2017

image
image

@mikehaertl
Copy link
Collaborator

This is because V3 of the docker compose file specs doesn't support volumes_from anymore. Either change back to version: '2' on top of that file or simply add the same volumes block for your nginx container:

volumes:
    - ./:/var/www/html

It also seems you're using our old template, right? As you may have seen, we've completely revamped the setup now. Maybe you want to try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants