summaryrefslogtreecommitdiff
path: root/historic/docker/exchange/README
diff options
context:
space:
mode:
Diffstat (limited to 'historic/docker/exchange/README')
-rw-r--r--historic/docker/exchange/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/historic/docker/exchange/README b/historic/docker/exchange/README
new file mode 100644
index 0000000..45ce7cb
--- /dev/null
+++ b/historic/docker/exchange/README
@@ -0,0 +1,12 @@
+Launch the exchange, from the upper directory:
+
+1. Build the container:
+
+ $ docker-compose build exchange
+
+2. Launch it
+
+ $ docker-compose run -p 5555:8081 -p 5556:18080 exchange
+
+ # Replace 5555, 5556 with the port which is to serve the normal
+ # and /admin services.