Pin HedgeDoc to major version 1

From https://docs.hedgedoc.org/setup/getting-started/#upgrading-hedgedoc

> HedgeDoc follows [Semantic Versioning](https://semver.org/).
> This means that minor and patch releases should not introduce
> user-facing backwards-incompatible changes.
This commit is contained in:
Sam A. 2022-11-23 20:16:36 +01:00
parent d9de1efc9a
commit 1f61909605
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
- "{{ hedgedoc.volume_folder }}/db:/var/lib/postgresql/data"
app:
image: quay.io/hedgedoc/hedgedoc:1.9.0
image: quay.io/hedgedoc/hedgedoc:1
environment:
CMD_DB_URL: "postgres://codimd:{{ postgres_passwords.hedgedoc }}@hedgedoc_database_1:5432/codimd"
CMD_DOMAIN: "{{ hedgedoc.domain }}"
@ -63,4 +63,4 @@
networks:
hedgedoc:
external_services:
external: true
external: true