mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
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:
parent
0e08f22167
commit
2ae6c398d4
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue