Parisson / TimeSide

scalable audio processing framework and server written in Python
https://timeside.ircam.fr/docs/
GNU Affero General Public License v3.0
369 stars 59 forks source link

Unsupported config option for services.worker: 'volumes_from' #327

Closed AnasGhrab closed 1 year ago

AnasGhrab commented 1 year ago

With a fresh install, I get :

debian@audio:~/TimeSide$ sudo docker-compose up -d
ERROR: The Compose file './docker-compose.yml' is invalid because:
Unsupported config option for services.worker: 'volumes_from'
yomguy commented 1 year ago

Could you try to upgrade compose?

sudo pip3 install -U docker-compose

AnasGhrab commented 1 year ago

It's ok now. I have installed docker-compose with apt on debian 11