Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix doc Upgrade procedure for MainNET & DEVNET
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal committed Nov 7, 2024
1 parent b94bb1e commit 1f372a9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ Docker-composer allows you to run the three different configurations for each ch
docker-compose --profile bitcanna-1 up -d
```

> For to UPDATE:
```sh
cd WeedWallet
git pull
docker-compose pull app
docker-compose --profile bitcanna-1 down
docker-compose --profile bitcanna-1 up -d
```

### Run Docker Hub image
Alternatively you can run a simple Docker Image to raise a MainNET Wallet.

Expand Down Expand Up @@ -173,7 +182,15 @@ EOF

## BitCanna Devnet-1 (same for Devnet-6 replacing by that name)
It is the same Image but the App is rebuilt with DEVNET-1 config. Only with Docker-composer
> FOR TO UPDATE: You should STOP the service wallet-devnet-1 & remove the container & pull the new image
> FOR TO UPDATE: You should pull the new image and restart the Docker-composer
```sh
cd WeedWallet
git pull
docker-compose pull app-devnet-1
docker-compose --profile devnet-1 down
docker-compose --profile devnet-1 up -d
```


### Docker-compose
```sh
Expand Down

0 comments on commit 1f372a9

Please sign in to comment.