Skip to content

Commit

Permalink
Build/Test Tools: Remove version from docker-compose.yml.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
desrosj committed May 15, 2024
1 parent c849778 commit 3d0a228
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:

##
Expand Down

0 comments on commit 3d0a228

Please sign in to comment.