mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
ACS-8357 Migrate to Docker Compose v2 (#2069)
This commit is contained in:
@@ -219,13 +219,13 @@ $ yo alfresco-docker-compose --acsVersion=6.2 --alfrescoVersion=community --http
|
||||
Once the files have been generated, just start Docker Compose.
|
||||
|
||||
```
|
||||
$ docker-compose up --build --force-recreate
|
||||
$ docker compose up --build --force-recreate
|
||||
```
|
||||
|
||||
You can shutdown it at any moment using following command.
|
||||
|
||||
```
|
||||
$ docker-compose down
|
||||
$ docker compose down
|
||||
```
|
||||
|
||||
**Community URLs**
|
||||
|
Reference in New Issue
Block a user