chore: Comment out Docker Compose example in ansible/docs for debugging
This commit is contained in:
parent
5fcc787479
commit
0390a370c2
|
@ -216,6 +216,8 @@ const sidebarNav = [
|
|||
<div id="docker-compose" class="docs-subsection">
|
||||
<h3 class="docs-subsection-title">Docker Compose Stack (Example: Portainer)</h3>
|
||||
<p class="docs-text">Deploys a simple Docker Compose application (e.g., Portainer) on the 'Docker Node'. Requires Docker and Docker Compose to be pre-installed on the target.</p>
|
||||
{/* Temporarily commented out Docker Compose example to debug build error */}
|
||||
{/*
|
||||
<div class="docs-code">
|
||||
<pre><code>---
|
||||
- name: Deploy Docker Compose Application
|
||||
|
@ -246,6 +248,7 @@ const sidebarNav = [
|
|||
when: compose_download.changed # Only run if file was downloaded/updated
|
||||
</code></pre>
|
||||
</div>
|
||||
*/}
|
||||
</div>
|
||||
|
||||
{/* K3s Playbook */}
|
||||
|
|
Loading…
Reference in New Issue