Devilbox: Cannot run Dockers after update

Created on 18 Jan 2020  路  4Comments  路  Source: cytopia/devilbox

I cannot run any of the containers after update:

Following is the error:

docker-compose up -d mysql

WARNING: The HOST_PATH_SSH_DIR variable is not set. Defaulting to a blank string.
mydevdockers_bind_1 is up-to-date
Creating mydevdockers_php_1 ... error

ERROR: for mydevdockers_php_1 Cannot create container for service php: invalid volume specification: '/host_mnt/home/devilbox/.ssh:ro'

ERROR: for php Cannot create container for service php: invalid volume specification: '/host_mnt/home/devilbox/.ssh:ro'
ERROR: Encountered errors while bringing up the project.

what is gone wrong. ?

Most helpful comment

The HOST_PATH_SSH_DIR variable is not set. ;-)
Please ensure to read the documentation when updating: https://devilbox.readthedocs.io/en/latest/maintenance/update-the-devilbox.html

I've introduced a new variable in env-example. Ensure it also exists in .env

All 4 comments

The HOST_PATH_SSH_DIR variable is not set. ;-)
Please ensure to read the documentation when updating: https://devilbox.readthedocs.io/en/latest/maintenance/update-the-devilbox.html

I've introduced a new variable in env-example. Ensure it also exists in .env

Just out of curiousity, how would reading the documentation help, i couldn麓t find anything about the new variable, did i overlook that part?

Thank you very much, didnt see that one.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Venorcis picture Venorcis  路  6Comments

normance picture normance  路  4Comments

gowrav-vishwakarma picture gowrav-vishwakarma  路  6Comments

zack6849 picture zack6849  路  5Comments

StanMenten99 picture StanMenten99  路  6Comments