Skip to content

Commit 46ca488

Browse files
update docker compose in README.md
1 parent 6fb94ba commit 46ca488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pushed tag ``` git tag x.y.z``` triggers the workflow which pushes the image to
1313

1414
## Build Container locally
1515

16-
You have the choice between helm and docker-compose to setup your schulcloud-nextcloud instance locally.
16+
You have the choice between helm and docker compose to setup your schulcloud-nextcloud instance locally.
1717

1818
### With Helm
1919

@@ -68,7 +68,7 @@ minio server and a temporary service for the nextcloud bucket creation.
6868
The compose uses the `.env` to configure the environment. To start and build the images use:
6969

7070
```
71-
docker-compose up --build
71+
docker compose up --build
7272
```
7373

7474
The compose file allows the mounting of plugins, so changes get transferred to the container automatically while it is

0 commit comments

Comments
 (0)