JeffreyCA/spleeter-web

In file './docker-compose.yml', service 'x-celery-env' must be a mapping not an array.

m2dsa opened this issue · 5 comments

m2dsa commented

Hi,
I tried to install your app according to instructions but when I try to put
spleeter-web$ sudo docker-compose -f docker-compose.yml -f docker-compose.prod.yml -f docker-compose.prod.selfhost.yml up -d

I receive the following error - In file './docker-compose.yml', service 'x-celery-env' must be a mapping not an array.

Could you help with this?

Hi, can you make sure you have the latest version of Docker Compose installed?

m2dsa commented

Docker version 20.10.12

m2dsa commented

Sorry, you said about Docker Compose, my version is docker-compose version 1.25.0

Can you try installing a newer version? It might not be compatible with the syntax

m2dsa commented

Yes, it helped. Thank you!