Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/pages/es/guide.astro
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,7 @@ LND_CERT_FILE=/root/.lnd/tls.cert \
LND_MACAROON_FILE=/root/.lnd/data/chain/bitcoin/mainnet/admin.macaroon \
make docker-build</code></pre>

<h4>Paso 9: Configurar contraseña de base de datos (Opcional)</h4>
<pre><code># Crear archivo docker/.env
echo "MOSTRO_DB_PASSWORD='TuContraseñaFuerte'" > docker/.env</code></pre>

<h4>Paso 10: Iniciar Mostro</h4>
<h4>Paso 9: Iniciar Mostro</h4>
<pre><code>make docker-up

# Verificar
Expand Down
6 changes: 1 addition & 5 deletions src/pages/fr/guide.astro
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,7 @@ LND_CERT_FILE=/root/.lnd/tls.cert \
LND_MACAROON_FILE=/root/.lnd/data/chain/bitcoin/mainnet/admin.macaroon \
make docker-build</code></pre>

<h4>Étape 9 : Configurer le mot de passe de la base de données (Optionnel)</h4>
<pre><code># Créer le fichier docker/.env
echo "MOSTRO_DB_PASSWORD='VotreMotDePasseFort'" > docker/.env</code></pre>

<h4>Étape 10 : Démarrer Mostro</h4>
<h4>Étape 9 : Démarrer Mostro</h4>
<pre><code>make docker-up

# Vérifier
Expand Down
6 changes: 1 addition & 5 deletions src/pages/guide.astro
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,7 @@ LND_CERT_FILE=/root/.lnd/tls.cert \
LND_MACAROON_FILE=/root/.lnd/data/chain/bitcoin/mainnet/admin.macaroon \
make docker-build</code></pre>

<h4>Step 9: Set Database Password (Optional)</h4>
<pre><code># Create docker/.env file
echo "MOSTRO_DB_PASSWORD='YourStrongPassword'" > docker/.env</code></pre>

<h4>Step 10: Start Mostro</h4>
<h4>Step 9: Start Mostro</h4>
<pre><code>make docker-up

# Check status
Expand Down
6 changes: 1 addition & 5 deletions src/pages/it/guide.astro
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,7 @@ LND_CERT_FILE=/root/.lnd/tls.cert \
LND_MACAROON_FILE=/root/.lnd/data/chain/bitcoin/mainnet/admin.macaroon \
make docker-build</code></pre>

<h4>Passo 9: Configurare la password del database (Opzionale)</h4>
<pre><code># Creare il file docker/.env
echo "MOSTRO_DB_PASSWORD='LaTuaPasswordForte'" > docker/.env</code></pre>

<h4>Passo 10: Avviare Mostro</h4>
<h4>Passo 9: Avviare Mostro</h4>
<pre><code>make docker-up

# Verificare
Expand Down
6 changes: 1 addition & 5 deletions src/pages/pt/guide.astro
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,7 @@ LND_CERT_FILE=/root/.lnd/tls.cert \
LND_MACAROON_FILE=/root/.lnd/data/chain/bitcoin/mainnet/admin.macaroon \
make docker-build</code></pre>

<h4>Passo 9: Configurar senha do banco de dados (Opcional)</h4>
<pre><code># Criar arquivo docker/.env
echo "MOSTRO_DB_PASSWORD='SuaSenhaForte'" > docker/.env</code></pre>

<h4>Passo 10: Iniciar Mostro</h4>
<h4>Passo 9: Iniciar Mostro</h4>
<pre><code>make docker-up

# Verificar
Expand Down