Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Nov 8, 2024
1 parent b34d383 commit e00c6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/DockerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private function publish_docker_compose(){

$yaml = Yaml::dump($docker_compose, 5);

$result = Storage::disk('cwd')->put('docker compose.yml', $yaml);
$result = Storage::disk('cwd')->put('docker-compose.yml', $yaml);

return $result;
}
Expand Down

0 comments on commit e00c6c5

Please sign in to comment.