diff --git a/images/docker-hedgedoc/index.html b/images/docker-hedgedoc/index.html
index 368fba9c8b..7f15af43e1 100644
--- a/images/docker-hedgedoc/index.html
+++ b/images/docker-hedgedoc/index.html
@@ -65,5 +65,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/hedgedoc:latest .
-
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 21.06.24: - Allow using
CMD_DB_DIALECT
to set up the CMD_DB_URL
. - 06.06.24: - Rebase to Alpine 3.20.
- 23.12.23: - Rebase to Alpine 3.19.
- 18.06.23: - Rebase to Alpine 3.18, deprecate armhf as per https://www.linuxserver.io/armhf.
- 02.11.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 10.04.22: - Use python3 to build node sqlite3.
- 10.02.22: - Rebase to Alpine 3.15.
- 09.02.22: - Add optional var
CMD_PORT
that is needed for accessing at port other than 80, 443 and 3000. - 09.12.21: - Add optional var
CMD_PROTOCOL_USESSL
that is needed for reverse proxy. - 07.12.21: - Rebase to ubuntu focal. Update to node 16. Make sure uploads are persistent.
- 15.10.21: - Add required env var
CMD_DOMAIN
. - 05.05.21: - Remove symlinking some folders from config to /opt/hedgedoc/public.
- 03.05.21: - Remove deprecated sequalizerc step.
- 22.12.20: - Initial release