commit 2fa0f0f27910066d824aaa97502760a8ca3203cc
parent 67bfaf499e03c2bb2926f7ecc62503fd8ec078b8
Author: MS <ms@taler.net>
Date: Wed, 19 Oct 2022 22:57:11 +0200
readme
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docker/hybrid/README b/docker/hybrid/README
@@ -51,16 +51,16 @@ Volumes
-------
The environment variable TALER_DEPLOYMENT_DATA controls
-where on the host's filesystem the services' data gets stored.
+where on the host's filesystem the services store data.
It defaults to ~/taler-data, and contains exchange, libeufin,
and postgresql data.
The environment variable TALER_DEPLOYMENT_LOGS controls
-where on the host's filesystem the logs get stored. It defaults
-to ~/taler-logs and will be created by Docker - owned by "root:root" -
-if it's not found. NOTE: the 'postgres' user (uid=999) needs
-write access to TALER_DEPLOYMENT_LOGS, in order to log from
-the database container.
+where on the host's filesystem the services store log files.
+It defaults to ~/taler-logs and will be created by Docker -
+owned by "root:root" - if it's not found. NOTE: the 'postgres'
+user (uid=999) needs write access to TALER_DEPLOYMENT_LOGS,
+in order to log from the database container.
Run
---