Skip to content

Commit

Permalink
Merge branch 'main' into initial-data
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister committed Apr 24, 2024
2 parents 6817ea4 + e351e21 commit cecc2b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Expand Up @@ -109,6 +109,7 @@ To remove also the database (and lose all your data), run:
The `setup` command generates a Docker Compose YAML file (default filename:
`docker-compose.yml`) with the container configuration for all services. This
step can be configured with a (second) YAML formated setup configuration file.
All options in the [defaults file](https://github.com/OpenSlides/openslides-manage-service/blob/main/pkg/config/default-config.yml) can be used to configure the setup.

E. g. create a file `my-config.yml` with the following content:

Expand Down Expand Up @@ -147,7 +148,7 @@ So for most updates pulling the new ones and re-running `up` as described [above
However, this can be unreliable if `docker` fails to recognize a new image in the registry.
On the other hand, it can mean services will update "by themselves" due to silently using a new image.

It is therefore recommended to pin the version explicitly in the `config.yml` like this:
It is therefore recommended to pin the version explicitly in the `my-config.yml` like this:

---
defaults:
Expand Down

0 comments on commit cecc2b0

Please sign in to comment.