Skip to content

Commit

Permalink
Env: Remove version field from docker-compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jul 3, 2024
1 parent 891ef74 commit 46e16d4
Showing 1 changed file with 0 additions and 1 deletion.
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 46e16d4

Please sign in to comment.