Skip to content

Initial Setup Assistance #77

Answered by jasonacox
lukedbarton asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for posting this @lukedbarton - you might have identified an issue with the setup script! It expects docker-compose to be available - can you run this and paste results?

# what setup uses
docker-compose version

# what you may have
docker compose version

I suspect you have v2 (the second one) but the setup script uses the v1 format. Here is the way to install docker-compose:

# install
sudo pip3 install docker-compose

# test
docker-compose --version

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@mcbirse
Comment options

@lukedbarton
Comment options

@lukedbarton
Comment options

@lukedbarton
Comment options

@jasonacox
Comment options

Answer selected by lukedbarton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants