From 012005693af9963f93daaed3cb5ecf5819e43f08 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 27 Oct 2021 10:41:16 +0200 Subject: lower the docker-compose file version Debian 11 (bullseye) comes with docker-compose version 1.25.0, build unknown. Lowering the docker-compose version to 2.3 seems to work. But I'm really not sure what I'm doing here. Please lmk if this isn't reasonable. --- docker/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index be09765..3420709 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -1,4 +1,4 @@ -version: '3.8' +version: '2.3' services: collector: build: ./collector/ -- cgit v1.1