-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels