Skip to content

Commit

Permalink
Merge pull request #713 from humanmade/backport-690-to-v16-branch
Browse files Browse the repository at this point in the history
[Backport v16-branch] Removing version from docker compose file
  • Loading branch information
mikelittle authored Jul 26, 2024
2 parents 964fef5 + 1cbd06c commit f7d1259
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 @@ -785,7 +785,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 f7d1259

Please sign in to comment.