Skip to content

Commit e3a27a6

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 7b6b6cd commit e3a27a6

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

superstack/authentication/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ <h3 id="update-your-dockerfile">Update Your Dockerfile</h3>
851851

852852
WORKDIR<span class="w"> </span>/var/lib/postgresql
853853
</code></pre></div>
854-
<p>Then rebuild the Postgres imageand recreate the container:</p>
854+
<p>Then rebuild the Postgres image and recreate the container:</p>
855855
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>build<span class="w"> </span>postgres
856856
docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d<span class="w"> </span>postgres
857857
</code></pre></div>

superstack/rabbitmq/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ <h3 id="update-your-dockerfile">Update Your Dockerfile</h3>
763763

764764
WORKDIR<span class="w"> </span>/var/lib/postgresql
765765
</code></pre></div>
766-
<p>Then rebuild the Postgres imageand recreate the container:</p>
766+
<p>Then rebuild the Postgres image and recreate the container:</p>
767767
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>build<span class="w"> </span>postgres
768768
docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d<span class="w"> </span>postgres
769769
</code></pre></div>
@@ -772,9 +772,6 @@ <h3 id="update-your-dockerfile">Update Your Dockerfile</h3>
772772
<a href="https://github.com/omniti-labs/pg_amqp/issues/41">here</a>, and <a href="https://github.com/omniti-labs/pg_amqp/pull/43">fixed but not
773773
yet merged</a>.</p>
774774
</blockquote>
775-
<p>Then rebuild:</p>
776-
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>build<span class="w"> </span>postgres
777-
</code></pre></div>
778775
<h2 id="2-add-migrations">➡️ 2. Add Migrations</h2>
779776
<h3 id="load-required-extensions">📚 Load Required Extensions</h3>
780777
<p>Add this to a migration file like <code>01-extensions.sql</code>:</p>

0 commit comments

Comments
 (0)