prisma / prisma-content-feedback

Feedback for documentation, articles, tutorials, examples, ...
https://www.prisma.io/docs/
6 stars 2 forks source link

Step 5: docker-compose up -d #109

Open JaapWeijland opened 5 years ago

JaapWeijland commented 5 years ago

Article Title (if relevant) Deploy Prisma to DigitalOcean

Describe the content issue docker-compose up -d -> permission denied (can't run the command)

This is the output: -bash: /usr/local/bin/docker-compose: Permission denied

Describe the solution you'd like to see running the command

Additional context This seems to be related:

https://github.com/circleci/circleci-docs/issues/1323 https://github.com/docker/machine/issues/652

JaapWeijland commented 5 years ago

Update: running the following worked:

chmod +x /usr/local/bin/docker-compose

So it seems that docker-compose is installed without execute rights. I'm not sure if this is the 'safe' way to go, but it gets the job done. Should be in the docs I suppose?