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

Invalid symlinks break docker-compose build #547

Closed
ineffyble opened this issue Feb 22, 2018 · 1 comment
Closed

Invalid symlinks break docker-compose build #547

ineffyble opened this issue Feb 22, 2018 · 1 comment

Comments

@ineffyble
Copy link
Member

Following the Docker Guide, I'm unable to run docker-compose build to build my own copies of the Masto images, because it errors out on files like public/500.html.

This is because they're symlinked to public/assets, which doesn't exist (yet).

Docs might need to be updated to account for this.

@moritzheiber
Copy link
Member

As discussed, this is probably because of docker/compose#5686 and docker/docker-py#1841. The current recommended workaround is to downgrade to 1.18.0.

@Gargron Gargron closed this as completed Oct 21, 2018
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

3 participants