From b3624be6c03dc229abe1371de5f8c427f95faf6d Mon Sep 17 00:00:00 2001 From: Novem Linguae Date: Mon, 27 May 2024 23:20:37 -0700 Subject: [PATCH] docs: remove deprecated `version` key from docker examples Follows-up 6ba8efd0a7 (I0f42a2a52f), which removed it from the actual docker-compose.yaml file. Bug: T364815 Change-Id: Iceab6a2b0cca54296cd732d9132df0b6109fd12d --- DEVELOPERS.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 00c54674045..a35ae7107c8 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -97,7 +97,6 @@ Linux users: If you'd like to use Xdebug features inside your IDE, then create a well: ```yaml -version: '3.7' services: mediawiki: # For Linux: This extra_hosts section enables Xdebug-IDE communication: @@ -251,7 +250,6 @@ To install the EventLogging extension: `docker-compose.override.yml`. This is comparable to a symlink, but those are not well-supported in Docker. ```yaml - version: '3.7' services: mediawiki: volumes: @@ -370,7 +368,6 @@ On Linux, you need to create a `docker-compose.override.yml` file with the follo contents: ```yaml -version: '3.7' services: mediawiki: extra_hosts: