ACS-8357 Migrate to Docker Compose v2 (#2069)

This commit is contained in:
Domenico Sibilio
2024-07-15 10:48:14 +02:00
committed by GitHub
parent 95a128380d
commit b2be2f5390
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -42,5 +42,5 @@ python3 BuildScripts/generator/generator.py --alfresco=quay.io/alfresco/alfresco
# Starting the containers
To start the containers you also need to build the images - for example:
```
docker-compose up --build --force-recreate
docker compose up --build --force-recreate
```