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

When build fails #11

Open
Padrio opened this issue May 23, 2019 · 1 comment
Open

When build fails #11

Padrio opened this issue May 23, 2019 · 1 comment

Comments

@Padrio
Copy link

Padrio commented May 23, 2019

In case someone runs into the issue that their minio build is failing, you also need the storage to be mounted while build. Per default dokku storage:mount only works for deploy and run.

Mounting it while building needs to be done per docker-options:

dokku docker-options:add minio build "-v /var/lib/dokku/data/storage/minio:/home/dokku/data"

If nobody disagrees here, i woul'd add this to the Readme later.

@mimischi
Copy link
Owner

Thanks Padrio! Could you elaborate more on the problem? Does this error occur even when you define the mount before the first push (as described in the current README)?

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