You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/extension.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ function getWebviewContent(webview: vscode.Webview): string {
61
61
<br>
62
62
<hr>
63
63
<h2>How to Generate docker-compose.yaml File</h2>
64
+
<p style="color:white;"> If autorun enabled, make sure <stron>docker compose</strong> setup correctly. <p>
64
65
<p style="color:white;"> Type CTRL + SHIFT + P and select <strong>Backdoor Docker Compose: Generate Docker Compose YAML</strong>. Provide how many services do you have. <p>
65
66
<p style="color:white;"> Type your service name and port. After that step specify your environment variables. <p>
66
67
<p style="color:white;"> Apply this steps for each service. <p>
0 commit comments