fix 'listen' address in Docker entrypoint

This commit is contained in:
2023-01-13 18:39:43 +03:00
parent fc404d4790
commit 8e1e3c6808
2 changed files with 21 additions and 11 deletions

View File

@@ -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>]|