Closed Asteliks closed 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 ๐ค
I'm not so sure if this is a duplicate of that issue
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.
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
No problem, glad you've got it working :)
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
According to the instructions I should create a
docker-compose.yml
file and run it withdocker compose up -d
but I get this:I've also tried
docker-compose up -d
but that didn't move me forward:Additional info
No response
Please tick the boxes