File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
6868The 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
7474The compose file allows the mounting of plugins, so changes get transferred to the container automatically while it is
You can’t perform that action at this time.
0 commit comments