We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9247655 + 8f81bad commit a70cea4Copy full SHA for a70cea4
1 file changed
src/Site_PHP_Docker.php
@@ -188,7 +188,7 @@ public function generate_docker_compose_yml( array $filters = [] ) {
188
'network' => true,
189
];
190
191
- $docker_compose_yml = mustache_render( SITE_WP_TEMPLATE_ROOT . '/docker-compose.mustache', $binding );
+ $docker_compose_yml = mustache_render( SITE_PHP_TEMPLATE_ROOT . '/docker-compose.mustache', $binding );
192
193
return $docker_compose_yml;
194
}
0 commit comments