Skip to content

Commit

Permalink
Drop version property in compose files
Browse files Browse the repository at this point in the history
Removing version property in docker compose files since this is
obsolete and has been informative only with no impact on docker compose
functionality
  • Loading branch information
anvit committed May 22, 2024
1 parent 4cf1e4c commit c990e57
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
version: "2.1"

volumes:
elasticsearch_data:
percona_data:
Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.pmm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
version: "2.1"

volumes:
pmm_prometheus_data:
pmm_consul_data:
Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.varnish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
version: "2.1"

services:

varnish:
Expand Down

0 comments on commit c990e57

Please sign in to comment.