diff --git a/docker/README.md b/docker/README.md index 76548a2..06b6c48 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,3 +1,6 @@ + + + # Intro Deal Module (dm) - the Bitdeals daemon that provides a special interfaces for creating and modifying user accounts and deals. @@ -70,7 +73,7 @@ Container images are configured using parameters passed at runtime. |-p 4999|Module API port TCP [(API documentation)](https://bitbucket.org/bitdeals/apostol-dm)| |-e DM_TESTNET=|Enable bitcoin testnet mode. Default: `0`| |-e DM_BITCOIN=|User account bitcoin address. Will be created if empty.| -|-e DM_FEE=|User fee for created deals. You MUST indicate the sign “%” for a percentage of the deal amount or FIXED value in satoshi. Default: `0.1%`| +|-e DM_FEE=|User fee for created deals. You MUST indicate the sign "%" for a percentage of the deal amount or FIXED value in satoshi. Default: `0.1%`| |-e DM_PGP_SEC=|Variable with ASCII armored PGP user secret key. Will be created if empty (with Account_URL in the key details).| |-e DM_PGP_PASSWORD=|User PGP key password.| |-e DM_WEBAUTH=|Enable web user interface authentication.|