fix 'listen' address in Docker entrypoint
This commit is contained in:
@@ -37,7 +37,7 @@ services:
|
||||
-----END PGP PRIVATE KEY BLOCK-----
|
||||
|
||||
volumes:
|
||||
- bitdeals-conf:/etc/dm
|
||||
- dm:/etc/dm
|
||||
ports:
|
||||
- 4999:4999
|
||||
- 80:80
|
||||
@@ -56,7 +56,7 @@ docker run -d \
|
||||
-e DM_LC_ALL=en_US.UTF-8 \
|
||||
-p 127.0.0.1:4999:4999 \
|
||||
-p 127.0.0.1:80:80 \
|
||||
-v ./bitdeals-conf/:/etc/dm \
|
||||
-v ./dm/:/etc/dm \
|
||||
bitdeals/apostol-dm
|
||||
```
|
||||
|
||||
@@ -75,4 +75,5 @@ Container images are configured using parameters passed at runtime.
|
||||
|-e DM_PGP_PASSWORD=|User PGP key password.|
|
||||
|-e DM_WEBAUTH=|Enable web user interface authentication.|
|
||||
|-e DM_LC_ALL=|Set Deal Module locale.|
|
||||
|-e DM_ACCOUNT_URL=|Set Account_URL for a new account non-interactive registration. Format: http[s]://<host>[:<port>]|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user