Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Using Docker Compose not working #386

Closed
Asteliks opened this issue Dec 29, 2021 · 5 comments
Closed

[BUG] Using Docker Compose not working #386

Asteliks opened this issue Dec 29, 2021 · 5 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🕸️ Potential Duplicate [ISSUE] Auto-applied to tickets which appear similar

Comments

@Asteliks
Copy link

Asteliks commented Dec 29, 2021

Environment

Self-Hosted (Docker)

Version

No response

Describe the problem

Not able to use docker compose with the given instructions here
https://github.com/Lissy93/dashy/blob/master/docs/deployment.md#using-docker-compose

image

According to the instructions I should create a docker-compose.yml file and run it with docker compose up -d but I get this:
image

I've also tried docker-compose up -d but that didn't move me forward:
image

Additional info

No response

Please tick the boxes

🚀 A self-hosted startpage for your server. Easy to use visual editor, status checking, themes and tons more! - dashy/deployment.md at master · Lissy93/dashy
@Asteliks Asteliks added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Dec 29, 2021
@liss-bot
Copy link
Collaborator

Welcome to Dashy 👋
It's great to have you here, but unfortunately your ticket has been closed to prevent spam. Before reopening this issue, please ensure the following criteria are met.

Issues are sometimes closed when users:

  • Have only recently joined GitHub
  • Have not yet stared this repository
  • Have not previously interacted with the repo

Before you reopen this issue, please also ensure that:

  • You have checked that a similar issue does not already exist
  • You have checked the documentation for an existing solution
  • You have completed the relevant sections in the Issue template

Once you have verified the above standards are met, you may reopen this issue. Sorry for any inconvenience caused, I'm just a bot, and sometimes make mistakes 🤖

@liss-bot liss-bot added the 🕸️ Potential Duplicate [ISSUE] Auto-applied to tickets which appear similar label Dec 29, 2021
@Asteliks
Copy link
Author

I'm not so sure if this is a duplicate of that issue

Repository owner deleted a comment from liss-bot Dec 29, 2021
@Lissy93
Copy link
Owner

Lissy93 commented Dec 29, 2021

The error message is saying that the version of Docker-Compose specified, isn't installed on your system. You need to either update your docker / docker-compose installation, or downgrade the version in the compose file. And on older versions, the command is docker-compose not docker compose.
This isn't a bug with Dashy.

Repository owner deleted a comment from liss-bot Dec 29, 2021
@Asteliks
Copy link
Author

Welp my mistake. Thank you for hour help. TBH I was really surprised to see that my docker was outdated. I thought that apt-get updata and apt-get upgrade takes care of everything but apparently not. Guess I’m still a noob

@Lissy93
Copy link
Owner

Lissy93 commented Dec 29, 2021

No problem, glad you've got it working :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🕸️ Potential Duplicate [ISSUE] Auto-applied to tickets which appear similar
Projects
None yet
Development

No branches or pull requests

3 participants