Bot Updating Documentation

pull/242/head
LinuxServer-CI 2024-08-28 18:41:12 +00:00
rodzic 8c0cc54c16
commit 56c553fe96
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -105,7 +105,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- /path/to/config:/config - /path/to/remmina/config:/config
ports: ports:
- 3000:3000 - 3000:3000
- 3001:3001 - 3001:3001
@ -122,7 +122,7 @@ docker run -d \
-e TZ=Etc/UTC \ -e TZ=Etc/UTC \
-p 3000:3000 \ -p 3000:3000 \
-p 3001:3001 \ -p 3001:3001 \
-v /path/to/config:/config \ -v /path/to/remmina/config:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/remmina:latest lscr.io/linuxserver/remmina:latest
``` ```
@ -320,6 +320,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **28.08.24:** - Rebase to noble.
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon. * **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
* **18.03.23:** - Rebase to KasmVNC base image. * **18.03.23:** - Rebase to KasmVNC base image.
* **16.12.22:** - Rebase to Jammy. Drop nx, xdmcp plugins due to lack of packages. Add Kiosk, Secret, x2go plugins. * **16.12.22:** - Rebase to Jammy. Drop nx, xdmcp plugins due to lack of packages. Add Kiosk, Secret, x2go plugins.