File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
696696docker stop mostro
697697docker rm mostro
698- docker pull mostrop2p/mostro:${ MOSTRO_TAG }
698+ docker pull mostrop2p/mostro:$MOSTRO_TAG
699699docker 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
Original file line number Diff line number Diff 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
696696docker stop mostro
697697docker rm mostro
698- docker pull mostrop2p/mostro:${ MOSTRO_TAG }
698+ docker pull mostrop2p/mostro:$MOSTRO_TAG
699699docker 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
Original file line number Diff line number Diff 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
696696docker stop mostro
697697docker rm mostro
698- docker pull mostrop2p/mostro:${ MOSTRO_TAG }
698+ docker pull mostrop2p/mostro:$MOSTRO_TAG
699699docker 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
Original file line number Diff line number Diff 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
696696docker stop mostro
697697docker rm mostro
698- docker pull mostrop2p/mostro:${ MOSTRO_TAG }
698+ docker pull mostrop2p/mostro:$MOSTRO_TAG
699699docker 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
You can’t perform that action at this time.
0 commit comments