Content
You are here:
ERROR: Invalid interpolation format for "environment" option in service "cron"
Added by Eduardo Costa Alfaia almost 5 years ago
Hi dears,
I am trying run openproject in my ubuntu machine using "docker-compose up -d" and I get the error below:
sudo docker-compose up -d
ERROR: Invalid interpolation format for "environment" option in service "cron": "OPENPROJECT_RAILS__RELATIVE__URL__ROOT=${OPENPROJECT_RAILS__RELATIVE__URL__ROOT:-}"
Could someone help me with that?
Thanks
Replies (3)
Hello, can you share your docker-compose version, and update it? I believe you are running on an older version
I'm getting the same error. I followed the instructions from here: https://docs.openproject.org/installation-and-operations/installation/docker/
My docker-compose details:
I upgraded docker-compose to 1.26.0-rc3 and it worked.