From 0e3d9a86a78b71e87ec5ce3df2de72a01d9b688b Mon Sep 17 00:00:00 2001
From: <>
Date: Sun, 29 Sep 2024 21:30:42 +0000
Subject: [PATCH] Deployed 17c971b8 with MkDocs version: 1.6.1
---
images/docker-babybuddy/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/images/docker-babybuddy/index.html b/images/docker-babybuddy/index.html
index 223eaf7cdb..446c207725 100644
--- a/images/docker-babybuddy/index.html
+++ b/images/docker-babybuddy/index.html
@@ -46,4 +46,4 @@
--pull \
-t lscr.io/linuxserver/babybuddy: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
- 30.06.24: - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
- 23.12.23: - Rebase to Alpine 3.19 with php 8.3.
- 05.07.23: - Add standard HTTP/HTTPS listen ports 80 and 443, keeping 8000 for backwards compatibility.
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 16.01.23: - Rebase to Alpine 3.17.
- 23.11.22: - Rebase to Alpine 3.16, migrate to s6v3. Restructure nginx configs (see changes announcement).
- 28.05.22: - Add missing PUID/PGID vars to readme.
- 03.04.22: - Rebase to alpine-nginx baseimage. Add
CSRF_TRUSTED_ORIGINS
env var. - 11.12.21: - Add py3-mysqlclient for mysql/mariadb.
- 14.11.21: - Add lxml dependencies (temp fix for amd64 by force compiling lxml).
- 25.07.21: - Add libpq for postgresql.
- 08.07.21: - Fix pip install issue.
- 05.07.21: - Update Gunicorn parameters to prevent
WORKER_TIMEOUT
issue. - 22.06.21: - Initial release.