mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
16 lines
281 B
Markdown
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
|
|
```
|