From 36bb92519e7535bad912049bb6827a60cac01bee Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 12 Oct 2024 18:32:36 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-librewolf.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/images/docker-librewolf.md b/docs/images/docker-librewolf.md index 6e24e97fe..ef2908642 100644 --- a/docs/images/docker-librewolf.md +++ b/docs/images/docker-librewolf.md @@ -31,7 +31,7 @@ The architectures supported by this image are: | Architecture | Available | Tag | | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | -| arm64 | ❌ | | +| arm64 | ✅ | arm64v8-\ | | armhf | ❌ | | ## Application Setup @@ -93,7 +93,7 @@ services: - TZ=Etc/UTC - LIBREWOLF_CLI=https://www.linuxserver.io/ #optional volumes: - - /path/to/config:/config + - /path/to/librewolf/config:/config ports: - 3000:3000 - 3001:3001 @@ -113,7 +113,7 @@ docker run -d \ -e LIBREWOLF_CLI=https://www.linuxserver.io/ `#optional` \ -p 3000:3000 \ -p 3001:3001 \ - -v /path/to/config:/config \ + -v /path/to/librewolf/config:/config \ --shm-size="1gb" \ --restart unless-stopped \ lscr.io/linuxserver/librewolf:latest @@ -315,4 +315,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **12.10.24:** - Publish aarch64 image. Switch to new upstream repo. * **09.04.24:** - Initial release.