close
The Wayback Machine - https://web.archive.org/web/20201018131055/https://github.com/mimischi/minio-dokku/issues/11
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 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

@mimischi mimischi commented May 23, 2019

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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.