chore: Remove version attribute from compose file (#4869)

- Removes the warning the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion

Signed-off-by: Thomas Camlong <thomas@ajnart.fr>
This commit is contained in:
Thomas Camlong 2025-04-01 08:05:58 +02:00 committed by GitHub
parent 0e08f22167
commit 2ae6c398d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,3 @@
version: '3.8'
services: services:
dragonfly: dragonfly:
image: 'docker.dragonflydb.io/dragonflydb/dragonfly' image: 'docker.dragonflydb.io/dragonflydb/dragonfly'
@ -13,4 +12,4 @@ services:
volumes: volumes:
- dragonflydata:/data - dragonflydata:/data
volumes: volumes:
dragonflydata: dragonflydata: