mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
client: Bug fix, coin_name() is capitalised.
This commit is contained in:
@@ -11,15 +11,15 @@ Update only the code:
|
||||
$ export COINDATA_PATH=[PATH_TO]
|
||||
$ docker-compose up
|
||||
|
||||
If the dependencies and db format have changed the container must be built with `--no-cache` and the db file moved to a backup.
|
||||
If the dependencies have changed the container must be built with `--no-cache`:
|
||||
|
||||
basicswap]$ git pull
|
||||
$ cd docker
|
||||
$ docker-compose build --no-cache
|
||||
$ export COINDATA_PATH=[PATH_TO]
|
||||
$ mv --backup=numbered $COINDATA_PATH/db.sqlite $COINDATA_PATH/db_bkp.sqlite
|
||||
$ docker-compose up
|
||||
|
||||
|
||||
#### Update core versions
|
||||
|
||||
After updating the code and rebuilding the container run:
|
||||
|
||||
Reference in New Issue
Block a user