Skip to content

Commit

Permalink
Remove obsolete vesion number from docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Jun 13, 2024
1 parent 1c9f1e4 commit 06284e7
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion examples/quickstart-aiven/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '2'
name: quickstart-kafka-connector-aiven
services:
kafka-connector:
Expand Down
1 change: 0 additions & 1 deletion examples/quickstart-axual/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '2'
name: quickstart-kafka-connector-axqual
services:
kafka-connector:
Expand Down
1 change: 0 additions & 1 deletion examples/quickstart-confluent-cloud/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '2'
name: quickstart-kafka-connector-confluent-cloud
services:
kafka-connector:
Expand Down
1 change: 0 additions & 1 deletion examples/quickstart-redpanda-selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '2'
name: quickstart-kafka-connector-redpanda-selfhosted
services:
kafka-connector:
Expand Down
1 change: 0 additions & 1 deletion examples/quickstart-redpanda-serverless/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '2'
name: quickstart-kafka-connector-redpanda-serverless
services:
kafka-connector:
Expand Down
1 change: 0 additions & 1 deletion examples/quickstart-schema-registry/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '2'
name: quickstart-kafka-schema-registry
services:
kafka-connector:
Expand Down
1 change: 0 additions & 1 deletion examples/quickstart-ssl/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '2'
services:
kafka-connector:
container_name: kafka-connector
Expand Down
1 change: 0 additions & 1 deletion examples/quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '2'
name: quickstart-kafka-connector
services:
kafka-connector:
Expand Down

0 comments on commit 06284e7

Please sign in to comment.