Skip to content

Commit

Permalink
set default for networks
Browse files Browse the repository at this point in the history
  • Loading branch information
braceyourself committed Jan 18, 2025
1 parent 8bfeb6c commit 108b329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/CreatesComposeServices.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function getComposeConfig($env = 'local')
'external' => true,
'name' => '${COMPOSE_NETWORK}'
],
...config('compose.networks')
...config('compose.networks', [])

]
];
Expand Down

0 comments on commit 108b329

Please sign in to comment.