You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This container includes support for various Bitmessage configuration values. These values can be set when calling `docker run` through the use of environment variables.
15
+
This container includes support for various configuration values. These values can be set when calling `docker run` through the use of environment variables.
20
16
21
17
The following values are configurable:
22
-
* `RPC_USER`
23
-
* `RPC_PASS`
24
-
* `RPC_INTERFACE`
25
-
26
-
For example, to run the container with the username "DevUser" and a password of "P@ssw0rd123", you can run the following:
27
-
28
-
docker run -d -e RPC_USER="DevUser" -e RPC_PASS="P@ssw0rd123" acejam/bitmessage:latest
0 commit comments