jfroment / seedbox

A Docker-powered seedbox with persistent data and more cool stuff.
MIT License
329 stars 45 forks source link

Compose version mismatch #31

Closed BastienClermont closed 2 years ago

BastienClermont commented 2 years ago

Hello, when I run the script run-seedbox.sh I get the following output:

[./run-seedbox.sh] Generating configuration... [./run-seedbox.sh] Config OK. Launching services... [./run-seedbox.sh] Pulling all images... ERROR: Version mismatch: file ./docker-compose.yaml specifies version 3.8 but extension file ./services/traefik.yaml uses version 1

What should I do? Thanks!

BastienClermont commented 2 years ago

I solved my issue! For some reasons when I installed docker-compose using apt get it installed some old version, hence compose not recognising the file version. I installed docker-compose directly from the official GitHub and it worked. Thanks for the great tool!