Skip to content

Commit 1075aa5

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 8978d7a commit 1075aa5

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

superstack/gettingstarted/index.html

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -395,15 +395,6 @@
395395
</span>
396396
</a>
397397

398-
</li>
399-
400-
<li class="md-nav__item">
401-
<a href="#change-the-docker-images-to-your-own-recommended" class="md-nav__link">
402-
<span class="md-ellipsis">
403-
Change the Docker images to your own (Recommended)
404-
</span>
405-
</a>
406-
407398
</li>
408399

409400
<li class="md-nav__item">
@@ -617,15 +608,6 @@
617608
</span>
618609
</a>
619610

620-
</li>
621-
622-
<li class="md-nav__item">
623-
<a href="#change-the-docker-images-to-your-own-recommended" class="md-nav__link">
624-
<span class="md-ellipsis">
625-
Change the Docker images to your own (Recommended)
626-
</span>
627-
</a>
628-
629611
</li>
630612

631613
<li class="md-nav__item">
@@ -722,14 +704,6 @@ <h2 id="what-just-happened">🧩 What Just Happened?</h2>
722704
<blockquote>
723705
<p>💡 Only Caddy exposes a port – all services are routed through it.</p>
724706
</blockquote>
725-
<h2 id="change-the-docker-images-to-your-own-recommended">Change the Docker images to your own (Recommended)</h2>
726-
<p>In <code>compose.yaml</code>, change the <code>explodinglabs</code> images to your own:</p>
727-
<div class="highlight"><pre><span></span><code><span class="nt">postgres</span><span class="p">:</span>
728-
<span class="w"> </span><span class="nt">image</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">ghcr.io/youruser/myapp-postgres:0.1.0</span>
729-
730-
<span class="nt">caddy</span><span class="p">:</span>
731-
<span class="w"> </span><span class="nt">image</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">ghcr.io/youruser/myapp-caddy:0.1.0</span>
732-
</code></pre></div>
733707
<h2 id="whats-next">➕ What's Next?</h2>
734708
<p>👉 <a href="../migrations/">Create your database schema with migrations</a><br />
735709
👉 <a href="../deploying/">Deploy to a remote environment</a></p>

0 commit comments

Comments
 (0)