Skip to content
Snippets Groups Projects
Commit cbf860b2 authored by Matograine's avatar Matograine Committed by Hugo Trentesaux
Browse files

precisions sur l'installation docker du noeud miroir

parent 74700303
No related branches found
No related tags found
1 merge request!26MR de relecture de documentation
......@@ -98,7 +98,7 @@ version: "3.5"
services:
duniter-mirror:
image: duniter/duniter-v2s-gdev:latest
image: duniter/duniter-v2s-gdev-800
restart: unless-stopped
ports:
# Prometheus endpoint
......@@ -129,6 +129,18 @@ Pour lancer le service, placez-vous dans le dossier qui contient le `docker-comp
docker compose up -d
```
Pour voir les logs en temps réel :
```bash
docker compose logs -f
```
Pour avoir des informations sur le conteneur :
```bash
docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
86bf09f0bd24 duniter/duniter-v2s-gdev:latest "docker-entrypoint" 22 seconds ago Up 6 seconds 0.0.0.0:9615->9615/tcp, :::9616->9615/tcp, 0.0.0.0:9944->9944/tcp, :::9944->9944/tcp, 0.0.0.0:30333->30333/tcp, :::30333->30333/tcp node_duniter-smith_1
```
## Vérifier le bon fonctionnement du noeud
Si vous ne l'avez pas déjà fait, [installez Ğcli](@/wiki/doc-v2/installer/gcli) sur votre serveur.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment