Lissy93 / dashy

๐Ÿš€ A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
https://dashy.to
MIT License
18.2k stars 1.37k forks source link

[BUG] Using Docker Compose not working #386

Closed Asteliks closed 2 years ago

Asteliks commented 2 years ago

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

dashy/deployment.md at master ยท Lissy93/dashy
๐Ÿš€ 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
liss-bot commented 2 years ago

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:

Before you reopen this issue, please also ensure that:

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 ๐Ÿค–

Asteliks commented 2 years ago

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

Lissy93 commented 2 years ago

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.

Asteliks commented 2 years ago

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 commented 2 years ago

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