commit dfdbc39c9d7f6bcbb5bb496066d597d99eafa640
parent 6564f8da1eace6f6675bfdad1cf6259595dc7f81
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 5 Jan 2017 16:42:23 +0100
Update README
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/docker/README b/docker/README
@@ -19,10 +19,13 @@ to be built.
From <THIS_REPO/docker/<COMPONENT>, give:
-$ docker-compose build
+# NOTE for 'merchant' build: as default, the merchant is configured
+# to work with the 'demo' exchange running at exchange.demo.taler.net.
+# Nonetheless, edit (before building) the files
+# <THIS_REPO>/docker/merchant/exchange_{pub,url}.txt, in case the merchant
+# needs to work with any other exchange.
-This command builds the 'base' image and pulls down the postgresql
-and nginx images.
+$ docker-compose build
2. Launch the service.