Skip to content

Commit

Permalink
dev: Remove legacy docker-compose version values
Browse files Browse the repository at this point in the history
See https://docs.docker.com/compose/compose-file/04-version-and-name/

Change-Id: Ie643c8033500bbafc3d4da072db831e7c5564116
  • Loading branch information
bd808 committed May 22, 2024
1 parent 476e367 commit 02af33a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion contrib/demo-server/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: "3.2"
services:
web:
image: docker-registry.wikimedia.org/wikimedia/wikimedia-toolhub:latest
Expand Down
1 change: 0 additions & 1 deletion contrib/oauth-client-example/docker-compose.oauth.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: "3.2"
services:
oauth-client:
build:
Expand Down
1 change: 0 additions & 1 deletion contrib/prometheus/docker-compose.prometheus.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: "3.2"
services:
prometheus:
image: prom/prometheus:v2.0.0
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: "3.2"
services:
web:
build:
Expand Down

0 comments on commit 02af33a

Please sign in to comment.