diff options
author | Jonathan Desrosiers <desrosj@git.wordpress.org> | 2024-05-15 15:33:19 +0000 |
---|---|---|
committer | Jonathan Desrosiers <desrosj@git.wordpress.org> | 2024-05-15 15:33:19 +0000 |
commit | 3d0a228a3431e351d1f5031b13513814868f59d9 (patch) | |
tree | 9aabcd405c5792a6d06618b385697e9f39dafcf9 /docker-compose.yml | |
parent | c8497783ffcb25462da868c07872422cc9a5c953 (diff) | |
download | wordpress-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.yml | 2 |
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: ## |