Skip to content

Commit

Permalink
Merge pull request #690 from humanmade/jc-local-1
Browse files Browse the repository at this point in the history
Removing version from docker compose file
  • Loading branch information
filter182 authored May 24, 2024
2 parents 309a0be + 2af83b8 commit 7f58619
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 @@ -813,7 +813,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 7f58619

Please sign in to comment.