From 44eafcff3faff2eeeb855eb67fa86314c6875678 Mon Sep 17 00:00:00 2001 From: Lars Reinhardt <34219255+larsreinhardt@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:01:28 +0100 Subject: [PATCH] Update docker-compose example in deployment docs Removed version specification from docker-compose example, as its been removed from docker-compose --- docs/deployment.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index 3f10642a..90de283b 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -101,7 +101,6 @@ The following is a complete example of a [`docker-compose.yml`](https://github.c ```yaml --- -version: "3.8" services: dashy: # To build from source, replace 'image: lissy93/dashy' with 'build: .'