Skip to content

Commit 8f81bad

Browse files
committed
Modify path constant
1 parent 9247655 commit 8f81bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Site_PHP_Docker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public function generate_docker_compose_yml( array $filters = [] ) {
188188
'network' => true,
189189
];
190190

191-
$docker_compose_yml = mustache_render( SITE_WP_TEMPLATE_ROOT . '/docker-compose.mustache', $binding );
191+
$docker_compose_yml = mustache_render( SITE_PHP_TEMPLATE_ROOT . '/docker-compose.mustache', $binding );
192192

193193
return $docker_compose_yml;
194194
}

0 commit comments

Comments
 (0)