Skip to content

Commit

Permalink
fix MD at README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal authored Oct 30, 2024
1 parent a039df0 commit a4b3d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ docker run -d -p 4200:4200 --name wallet-mainnet bernalraul/weedwallet:mainnet
#### Logs check:
- `docker container logs wallet-mainnet`

#### Stop and remove data
#### Stop and remove data
- `docker-compose --profile bitcanna-1 down`

#### Create the systemd file:
Expand Down Expand Up @@ -184,7 +184,7 @@ docker-compose --profile devnet-1 up -d
#### Logs check:
- `docker container logs wallet-devnet`

#### Stop and remove data
#### Stop and remove data
- `docker-compose --profile devnet-1 down`

#### Create the systemd file:
Expand All @@ -204,4 +204,4 @@ ExecStop=/usr/bin/docker stop -t 2 wallet-devnet-1
[Install]
WantedBy=default.target
EOF
```
```

0 comments on commit a4b3d88

Please sign in to comment.