You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Start all containers (will download all images from dockerhub when executed the first time):
41
41
```bash
42
-
docker-compose up
42
+
dockercompose up
43
43
```
44
44
45
-
*Note*: If using the newer `docker compose` project, you need to write `dockercompose up` instead of `docker-compose up` (and similarly for other `docker-compose` calls).
45
+
*Note*: If using older version of `docker`, you need to write `docker-compose up` instead of `dockercompose up` (and similarly for other `dockercompose` calls).
46
46
47
47
*Note*: The sample `docker-compose-example.yml` uses `latest-YYYY-lts` as image versions. This will result in docker always pulling the latest images of the respective lts series. See [Keeping QWC services up to date](configuration/../configuration/ServiceConfiguration.md#upgrading).
0 commit comments