File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -851,7 +851,7 @@ <h3 id="update-your-dockerfile">Update Your Dockerfile</h3>
851851
852852WORKDIR< 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
856856docker< span class ="w "> </ span > compose< span class ="w "> </ span > up< span class ="w "> </ span > -d< span class ="w "> </ span > postgres
857857</ code > </ pre > </ div >
Original file line number Diff line number Diff line change @@ -763,7 +763,7 @@ <h3 id="update-your-dockerfile">Update Your Dockerfile</h3>
763763
764764WORKDIR< 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
768768docker< 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
773773yet 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 >
You can’t perform that action at this time.
0 commit comments