aboutsummaryrefslogtreecommitdiff
path: root/docker/exchange/README
blob: a7c6d880b81d5802ce58b7f22ec35b4442f0a123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 meant to serve the normal,
 # and /admin service.

WARNING: a nginx container that takes care of exposing *one* port
         for normal and /admin service, is on its way.