Skip to content

Commit

Permalink
Env: Remove version field from docker-compose config (WordPress#63099)
Browse files Browse the repository at this point in the history
Unlinked contributors: alessandrotesoro.

Co-authored-by: ockham <[email protected]>
Co-authored-by: cbravobernal <[email protected]>
Co-authored-by: dmsnell <[email protected]>
  • Loading branch information
4 people authored and carstingaxion committed Jul 18, 2024
1 parent 3cb97b5 commit 2bcc07b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Bug Fixes

- Remove `version` field from docker-compose config generated by env package [#63099](https://github.com/WordPress/gutenberg/pull/63099). Docker has starting throwing a warning that this property is obsolete and should be removed.

## 10.2.0 (2024-06-26)

### Enhancements
Expand Down
1 change: 0 additions & 1 deletion packages/env/lib/build-docker-compose-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ module.exports = function buildDockerComposeConfig( config ) {
}}:3306`;

return {
version: '3.7',
services: {
mysql: {
image: 'mariadb:lts',
Expand Down

0 comments on commit 2bcc07b

Please sign in to comment.