Skip to content

Commit

Permalink
Update default compose file to not include version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcflachs committed May 21, 2022
1 parent 9f74f31 commit 551c907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/compose.manager/php/exec.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function getElement($element) {
$scriptContents = str_replace("\r","",$scriptContents);
echo $scriptContents;
if ( ! $scriptContents ) {
echo "version: '3'\nservices:\n";
echo "services:\n";
}
break;
case 'saveYml':
Expand Down

0 comments on commit 551c907

Please sign in to comment.