Skip to content

Commit

Permalink
Merge pull request #714 from humanmade/backport-690-to-v17-branch
Browse files Browse the repository at this point in the history
[Backport v17-branch] Removing version from docker compose file
  • Loading branch information
mikelittle authored Jul 26, 2024
2 parents c0a1670 + 3ab2a8f commit e031f7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker/proxy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.5'
services:
proxy:
networks:
Expand Down
2 changes: 1 addition & 1 deletion inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ public function get_array() : array {

// Default compose configuration.
$config = [
'version' => '2.3',
// 'version' => '2.5',
'services' => $services,
'networks' => [
'default' => null,
Expand Down

0 comments on commit e031f7b

Please sign in to comment.