Bot Updating Documentation

pull/200/head
LinuxServer-CI 2024-03-20 19:47:50 +00:00
rodzic aa80b68367
commit 2d5417139b
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -64,7 +64,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- /path/to/appdata:/config - /path/to/raneto/data:/config
ports: ports:
- 3000:3000 - 3000:3000
restart: unless-stopped restart: unless-stopped
@ -79,7 +79,7 @@ docker run -d \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Etc/UTC \ -e TZ=Etc/UTC \
-p 3000:3000 \ -p 3000:3000 \
-v /path/to/appdata:/config \ -v /path/to/raneto/data:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/raneto:latest lscr.io/linuxserver/raneto:latest
``` ```
@ -276,6 +276,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **20.03.24:** - Rebase to Alpine 3.19.
* **12.07.23:** - Rebase to Alpine 3.18. * **12.07.23:** - Rebase to Alpine 3.18.
* **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **21.04.23:** - Fix for upstream changes. * **21.04.23:** - Fix for upstream changes.