summaryrefslogtreecommitdiffstatshomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorJonathan Desrosiers <desrosj@git.wordpress.org>2024-05-15 15:33:19 +0000
committerJonathan Desrosiers <desrosj@git.wordpress.org>2024-05-15 15:33:19 +0000
commit3d0a228a3431e351d1f5031b13513814868f59d9 (patch)
tree9aabcd405c5792a6d06618b385697e9f39dafcf9 /docker-compose.yml
parentc8497783ffcb25462da868c07872422cc9a5c953 (diff)
downloadwordpress-3d0a228a3431e351d1f5031b13513814868f59d9.tar.gz
wordpress-3d0a228a3431e351d1f5031b13513814868f59d9.zip
Build/Test Tools: Remove `version` from `docker-compose.yml`.
The `version` property throws a warning when working with the local Docker environment. According to the Docker Compose spec, the property only remains for backward compatibility and should be removed. Props narenin, mukesh27, swissspidy. Fixes #61101. git-svn-id: https://develop.svn.wordpress.org/trunk@58157 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index bec05ab2a5..6cd25afb63 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,5 +1,3 @@
-version: '3.7'
-
services:
##