docker-compose icon indicating copy to clipboard operation
docker-compose copied to clipboard

Nothing Happens on v0.8.0 when running docker-compose up -d

Open dualizeo opened this issue 2 years ago • 0 comments

  • I'm submitting a ...

    • [ x ] bug report
    • [ ] feature request
    • [ ] support request
  • Do you want to request a feature or report a bug? Bug ( Instructions guide )

  • What is the current behavior?

running sudo docker-compose up -d Nothing Happens on v0.8.0 from Master branch instructions. From instructions from Master branch, it looks like the 8.0 and master guide instructions are different 🤔

Running docker-compose --profile basic up --detach NOW WORKS 😁👍 so the problem was following old documentation instructions 👈😕

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem Download v0.8.0 from official releases: https://github.com/dojot/docker-compose/releases/tag/v0.8.0

  • What is the expected behavior?

  • What is the motivation / use case for changing the behavior? Please verify update the documentation :)

  • Please tell us about your environment:

    • Version: 0.8.0
    • Docker version: 20.10.18
    • Operating system: Ubuntu 22.04 LTS on Proxmox
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

dualizeo avatar Sep 23 '22 04:09 dualizeo