Denys Vuika bc6f02e261
[ACA-1294] docker example for 6.0 community integration (#309)
* docker example for 6.0 community integration

* cleanup travis config
2018-04-16 14:46:54 +01:00

16 lines
281 B
Markdown

# ACA with ACS Community 6.0ea
To run ACA together with the latest ACS community (6.0) use the following command:
```sh
docker-compose up
```
The ACA is served on the port 3000.
If you want to teardown the environment, use the following command:
```sh
docker-compose down
```