summaryrefslogtreecommitdiff
path: root/docker/exchange/README
blob: 45ce7cb2d0afefce65e9bd2bf7533c6cc7bcc192 (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 which is to serve the normal
 # and /admin services.