Update docker-compose example in deployment docs

Removed version specification from docker-compose example, as its been removed from docker-compose
This commit is contained in:
Lars Reinhardt 2026-02-06 21:01:28 +01:00 committed by GitHub
parent 05cb97e6bb
commit 44eafcff3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: .'