services.netbox-housekeeping.depends_on contains an invalid type, it should be an array? #923
Replies: 3 comments 3 replies
-
Please update your docker-compose version. |
Beta Was this translation helpful? Give feedback.
-
Hi, FYI I got the same error and I am running the latest docker engine and docker-compose version.
I am no docker expert and I do not have time to investigate it today but I will try to have a look at it in the coming days (but to be honest I think I already did everything I could think about). what I did is follow the very basic installation steps from the readme.md of the 'release' branch. docker --version → Docker version 20.10.5+dfsg1, build 55c4c88
docker-compose --verbose pull :
Same goes after an 'apt update && apt upgrade' Running on up-to-date Debian 11.6 I tried the same as the root user just to be sure : same output. |
Beta Was this translation helpful? Give feedback.
-
On Debian 11, you could always...
- apt-get install docker-compose=1.27.4-3~bpo11+1
…On Tue, 10 Jan 2023 at 16:32, YooBZH ***@***.***> wrote:
Damn Debian I guess, thanks for the answer @tobiasge
<https://github.com/tobiasge>, i'll stuck with 2.3.0 for now.
—
Reply to this email directly, view it on GitHub
<#923 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKXDFPJIPEZ3HVBCBCJOTDWRWFLTANCNFSM6AAAAAATUTNBGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: <netbox-community/netbox-docker/repo-discussions/923/comments/4647362@
github.com>
--
---------------------------------------
Thomas
|
Beta Was this translation helpful? Give feedback.
-
When running
docker-compose pull
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.netbox-housekeeping.depends_on contains an invalid type, it should be an array
services.netbox-worker.depends_on contains an invalid type, it should be an array
Beta Was this translation helpful? Give feedback.
All reactions