Skip to content

Commit 2ae6c39

Browse files
authored
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 <[email protected]>
1 parent 0e08f22 commit 2ae6c39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/docker/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
dragonfly:
43
image: 'docker.dragonflydb.io/dragonflydb/dragonfly'
@@ -13,4 +12,4 @@ services:
1312
volumes:
1413
- dragonflydata:/data
1514
volumes:
16-
dragonflydata:
15+
dragonflydata:

0 commit comments

Comments
 (0)