summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2021-10-27 10:41:16 +0200
committerLinus Nordberg <linus@nordberg.se>2021-10-27 10:41:16 +0200
commit012005693af9963f93daaed3cb5ecf5819e43f08 (patch)
tree67c70e0ecb0f6f6f236418c15d6d81becea385a7
parent34a353a539f71b6a87413b58ea483b36f94e3516 (diff)
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.
-rw-r--r--docker/docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
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/