Skip to content

Commit

Permalink
Update basicswapguides_addremovecoins.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoguard committed Jan 31, 2023
1 parent 24e4ecf commit 6763a98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion basicswap-guides/basicswapguides_addremovecoins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,17 @@ If you've built :term:`BasicSwap` using the Docker method, follow these steps to
"walletsdir": "/coindata/monero"
},
#. If you haven’t set your COINDATA_PATH variable permanently in your :guilabel:`.env` file, you’ll need to export the variable first.

.. code-block:: bash
export COINDATA_PATH=/var/data/coinswaps
#. Launch BasicSwap normally.

.. code-block:: bash
COINDATA_PATH=/var/data/coinswaps && docker-compose up
docker-compose up
BasicSwap Without Docker
========================
Expand Down

0 comments on commit 6763a98

Please sign in to comment.