Skip to content

Commit 5920005

Browse files
authored
Merge pull request #8 from MostroP2P/fix/guide-mostro-tag-build-error
fix/guide-mostro-tag-build-error
2 parents df4bae1 + fb29f53 commit 5920005

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/pages/es/guide.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,12 +695,12 @@ docker compose -f /opt/mostro/docker/compose.yml logs -f mostro</code></pre>
695695
<pre><code>export MOSTRO_TAG=v0.16.3
696696
docker stop mostro
697697
docker rm mostro
698-
docker pull mostrop2p/mostro:${MOSTRO_TAG}
698+
docker pull mostrop2p/mostro:$MOSTRO_TAG
699699
docker run -d --name mostro \
700700
--restart unless-stopped \
701701
--add-host=host.docker.internal:host-gateway \
702702
-v ~/mostro-config:/config \
703-
mostrop2p/mostro:${MOSTRO_TAG}</code></pre>
703+
mostrop2p/mostro:$MOSTRO_TAG</code></pre>
704704

705705
<p><strong>Docker Build:</strong></p>
706706
<pre><code>cd /opt/mostro

src/pages/guide.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,12 +695,12 @@ docker compose -f /opt/mostro/docker/compose.yml logs -f mostro</code></pre>
695695
<pre><code>export MOSTRO_TAG=v0.16.3
696696
docker stop mostro
697697
docker rm mostro
698-
docker pull mostrop2p/mostro:${MOSTRO_TAG}
698+
docker pull mostrop2p/mostro:$MOSTRO_TAG
699699
docker run -d --name mostro \
700700
--restart unless-stopped \
701701
--add-host=host.docker.internal:host-gateway \
702702
-v ~/mostro-config:/config \
703-
mostrop2p/mostro:${MOSTRO_TAG}</code></pre>
703+
mostrop2p/mostro:$MOSTRO_TAG</code></pre>
704704

705705
<p><strong>Docker Build:</strong></p>
706706
<pre><code>cd /opt/mostro

src/pages/it/guide.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,12 +695,12 @@ docker compose -f /opt/mostro/docker/compose.yml logs -f mostro</code></pre>
695695
<pre><code>export MOSTRO_TAG=v0.16.3
696696
docker stop mostro
697697
docker rm mostro
698-
docker pull mostrop2p/mostro:${MOSTRO_TAG}
698+
docker pull mostrop2p/mostro:$MOSTRO_TAG
699699
docker run -d --name mostro \
700700
--restart unless-stopped \
701701
--add-host=host.docker.internal:host-gateway \
702702
-v ~/mostro-config:/config \
703-
mostrop2p/mostro:${MOSTRO_TAG}</code></pre>
703+
mostrop2p/mostro:$MOSTRO_TAG</code></pre>
704704

705705
<p><strong>Docker Build:</strong></p>
706706
<pre><code>cd /opt/mostro

src/pages/pt/guide.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,12 +695,12 @@ docker compose -f /opt/mostro/docker/compose.yml logs -f mostro</code></pre>
695695
<pre><code>export MOSTRO_TAG=v0.16.3
696696
docker stop mostro
697697
docker rm mostro
698-
docker pull mostrop2p/mostro:${MOSTRO_TAG}
698+
docker pull mostrop2p/mostro:$MOSTRO_TAG
699699
docker run -d --name mostro \
700700
--restart unless-stopped \
701701
--add-host=host.docker.internal:host-gateway \
702702
-v ~/mostro-config:/config \
703-
mostrop2p/mostro:${MOSTRO_TAG}</code></pre>
703+
mostrop2p/mostro:$MOSTRO_TAG</code></pre>
704704

705705
<p><strong>Docker Build:</strong></p>
706706
<pre><code>cd /opt/mostro

0 commit comments

Comments
 (0)