mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +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:
|
||||
dragonfly:
|
||||
image: 'docker.dragonflydb.io/dragonflydb/dragonfly'
|
||||
|
@ -13,4 +12,4 @@ services:
|
|||
volumes:
|
||||
- dragonflydata:/data
|
||||
volumes:
|
||||
dragonflydata:
|
||||
dragonflydata:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue