We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41f49a7 + 2a42fd5 commit 3f28149Copy full SHA for 3f28149
src/Site_Docker.php
@@ -51,7 +51,7 @@ public function generate_docker_compose_yml( array $filters = [] ) {
51
];
52
$nginx['networks'] = [
53
'net' => [
54
- $network_default,
+ [ 'name' => 'site-network' ],
55
[ 'name' => 'global-network' ],
56
]
57
0 commit comments