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