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">
|
<div id="docker-compose" class="docs-subsection">
|
||||||
<h3 class="docs-subsection-title">Docker Compose Stack (Example: Portainer)</h3>
|
<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>
|
<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">
|
<div class="docs-code">
|
||||||
<pre><code>---
|
<pre><code>---
|
||||||
- name: Deploy Docker Compose Application
|
- name: Deploy Docker Compose Application
|
||||||
|
@ -246,6 +248,7 @@ const sidebarNav = [
|
||||||
when: compose_download.changed # Only run if file was downloaded/updated
|
when: compose_download.changed # Only run if file was downloaded/updated
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
*/}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* K3s Playbook */}
|
{/* K3s Playbook */}
|
||||||
|
|
Loading…
Reference in New Issue