mirror of
https://github.com/basicswap/basicswap.git
synced 2025-12-29 08:51:37 +01:00
client: Bug fix, coin_name() is capitalised.
This commit is contained in:
@@ -32,7 +32,7 @@ Adjust `--withcoins` and `--withoutcoins` as desired, eg: `--withcoins=monero,bi
|
||||
**Record the mnemonic from the output of the above command.**
|
||||
|
||||
|
||||
#### Set the timezone:
|
||||
#### Set the timezone (optional):
|
||||
|
||||
Edit the `.env` file in the docker directory, set TZ to your local timezone.
|
||||
Valid options can be listed with: `timedatectl list-timezones`
|
||||
|
||||
@@ -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