Bot Updating Documentation

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

Wyświetl plik

@ -61,7 +61,7 @@ services:
- fleet_database_password=dbuserpassword - fleet_database_password=dbuserpassword
- fleet_admin_secret=randomstring #optional - fleet_admin_secret=randomstring #optional
volumes: volumes:
- /path/to/appdata/config:/config - /path/to/fleet/config:/config
ports: ports:
- 8080:8080 - 8080:8080
restart: unless-stopped restart: unless-stopped
@ -81,7 +81,7 @@ docker run -d \
-e fleet_database_password=dbuserpassword \ -e fleet_database_password=dbuserpassword \
-e fleet_admin_secret=randomstring `#optional` \ -e fleet_admin_secret=randomstring `#optional` \
-p 8080:8080 \ -p 8080:8080 \
-v /path/to/appdata/config:/config \ -v /path/to/fleet/config:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/fleet:latest lscr.io/linuxserver/fleet:latest
``` ```
@ -283,6 +283,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.
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3. * **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
* **02.05.22:** - Rebase to Alpine 3.15. * **02.05.22:** - Rebase to Alpine 3.15.