Docker: change https to http
This commit is contained in:
@@ -28,7 +28,8 @@ services:
|
||||
- DM_TESTNET=true
|
||||
- DM_BITCOIN=<address>
|
||||
- DM_FEE=<0.1%>
|
||||
- DM_FORWEB=127.0.0.1
|
||||
- DM_FORWEB=http://127.0.0.1
|
||||
- DM_WEBAUTH=false
|
||||
- |
|
||||
DM_PGP_SEC=
|
||||
-----BEGIN PGP PRIVATE KEY BLOCK-----
|
||||
@@ -75,12 +76,12 @@ Container images are configured using parameters passed at runtime.
|
||||
|-e DM_BITCOIN=|User account bitcoin address. Will be created if empty.|
|
||||
|-e DM_BITDEALS_PGP_FINGERPRINT=|Force to get BitDeals PGP key by fingerprint from keyserver. Default: `none`|
|
||||
|-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_FORWEB=|dm host for dm Web app (the host should be accessable from your browser). Default: `https://127.0.0.1`|
|
||||
|-e DM_FORWEB=|dm host for dm Web app (the host should be accessable from your browser). Default: `http://127.0.0.1`|
|
||||
|-e DM_LC_ALL=|Set locale for dm. Default: `en_US.UTF-8`|
|
||||
|-e DM_PGP_PASSWORD=|User PGP key password.|
|
||||
|-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_TESTNET=|Enable bitcoin testnet mode. Default: `0`|
|
||||
|-e DM_TESTNET=|Enable bitcoin testnet mode. Default: `false`|
|
||||
|-e DM_TZ=|Set timezone for dm. Default: `Etc/UTC`|
|
||||
|-e DM_WEBAUTH=|Enable Web app user interface authentication. Default: `0`|
|
||||
|-e DM_WEBAUTH=|Enable Web app authorization on bitdeals.org for account info access. Default: `false`|
|
||||
|-e DM_WEB_LANG=|Set interface language for dm WebUI. Default: `en`|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user