mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
doc: Rename docker/.env to example.env
This commit is contained in:
@@ -30,6 +30,12 @@ Without this step you will need to preface each `docker-compose` command with `s
|
||||
https://docs.docker.com/engine/install/linux-postinstall/
|
||||
|
||||
|
||||
#### Copy the default environment file:
|
||||
|
||||
cd basicswap/docker
|
||||
cp example.env .env
|
||||
|
||||
|
||||
#### (Optional) Set custom coin data path:
|
||||
|
||||
Coin-related files, such as blockchain and wallet files, are stored in `/var/data/coinswaps` by default. To use a different location, simply modify the target path in your `.env` file found within the `/docker` sub-folder.
|
||||
|
||||
Reference in New Issue
Block a user