Skip to content

Commit da8b191

Browse files
committed
Update discourse to v2026.2.0
1 parent 685d70b commit da8b191

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ Pretendo instance of discourse-docker, to make it a little more friendly to depl
33

44
It includes all the plugins that Pretendo runs.
55

6+
7+
## Choosing a version
8+
9+
Choosing a version is easy:
10+
1. Pick a `supported` version from [the version list](https://releases.discourse.org/)
11+
2. Insert the version in `assets/default.container.yml`
12+
13+
614
## How to build an image
7-
Simply run `build.sh`, then build a container with `docker build -t hello-world .`
15+
Simply run `build.sh`, then build a container with `docker build -t hello-world .`. This is already done by the CI of this repository.
816

917
You need the following to properly host discourse:
1018
- Postgresql

assets/default.container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ templates:
44
- "templates/web.ratelimited.template.yml"
55

66
params:
7-
version: v2025.11.0
7+
version: v2026.2.0
88

99
hooks:
1010
after_code:

0 commit comments

Comments
 (0)