Compare commits

..

2 Commits

Author SHA1 Message Date
6253ed1f5f Docker fix 2024-08-14 17:12:40 +03:00
9a88767eaf Docker fix 2024-08-14 17:08:57 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ Container images are configured using parameters passed at runtime.
|-p 8442|XML-RPC API port TCP| |-p 8442|XML-RPC API port TCP|
|-e BITMESSAGE_API_USER=|XML-RPC API user. Default: `bitmessage_api_user`| |-e BITMESSAGE_API_USER=|XML-RPC API user. Default: `bitmessage_api_user`|
|-e BITMESSAGE_API_PASSWORD=|XML-RPC API password. Default: `bitmessage_api_password`| |-e BITMESSAGE_API_PASSWORD=|XML-RPC API password. Default: `bitmessage_api_password`|
|-e BITMESSAGE_SEED_PHRASE|Create Deterministic Addresses password. Default: `bitmessage_seed_phrase`| |-e BITMESSAGE_SEED_PHRASE|Create Deterministic Addresses password. Default: created randomly. |
|-e BITMESSAGE_SEED_ADDRESSES|Number of Deterministic Addresses to generate. Default: `1`| |-e BITMESSAGE_SEED_ADDRESSES|Number of Deterministic Addresses to generate. Default: `1`|
|-e BITMESSAGE_TTL|The expiration of newly send messages, in seconds. Default: `172800`| |-e BITMESSAGE_TTL|The expiration of newly send messages, in seconds. Default: `172800`|
|-e BITMESSAGE_STOPRESENDINGAFTERXDAYS|Stop resending unreceived message after X days. Default: `60`| |-e BITMESSAGE_STOPRESENDINGAFTERXDAYS|Stop resending unreceived message after X days. Default: `60`|

View File

@@ -5,7 +5,7 @@ services:
environment: environment:
- BITMESSAGE_API_USER=bitmessage_api_user - BITMESSAGE_API_USER=bitmessage_api_user
- BITMESSAGE_API_PASSWORD=bitmessage_api_password - BITMESSAGE_API_PASSWORD=bitmessage_api_password
- BITMESSAGE_SEED_PHRASE=bitmessage_seed_phrase - BITMESSAGE_SEED_PHRASE=
- BITMESSAGE_SEED_ADDRESSES=1 - BITMESSAGE_SEED_ADDRESSES=1
- BITMESSAGE_TTL=172800 - BITMESSAGE_TTL=172800
- BITMESSAGE_STOPRESENDINGAFTERXDAYS=60 - BITMESSAGE_STOPRESENDINGAFTERXDAYS=60