Update .env

Update install.md

Update install.md

Update install.md

Update upgrade.md

Update upgrade.md
This commit is contained in:
Cryptoguard
2024-02-09 11:25:05 -05:00
committed by tecnovert
parent 7d850406ca
commit b96a823536
3 changed files with 8 additions and 17 deletions

View File

@@ -12,8 +12,6 @@ Update only the code (prepend sudo to each docker command if necessary):
basicswap]$ git pull
cd docker
export COINDATA_PATH=[PATH_TO]
(Probably export COINDATA_PATH=/var/data/coinswaps)
docker-compose build
docker-compose up
@@ -21,7 +19,6 @@ If the dependencies have changed the container must be built with `--no-cache`:
basicswap]$ git pull
cd docker
export COINDATA_PATH=[PATH_TO]
docker-compose build --no-cache
docker-compose up