Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Mar 20, 2024
1 parent 3b5c97e commit 6e4ac4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
- fleet_database_password=dbuserpassword
- fleet_admin_secret=randomstring #optional
volumes:
- /path/to/appdata/config:/config
- /path/to/fleet/config:/config
ports:
- 8080:8080
restart: unless-stopped
Expand All @@ -104,7 +104,7 @@ docker run -d \
-e fleet_database_password=dbuserpassword \
-e fleet_admin_secret=randomstring `#optional` \
-p 8080:8080 \
-v /path/to/appdata/config:/config \
-v /path/to/fleet/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/fleet:latest
```
Expand Down Expand Up @@ -287,6 +287,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **20.03.24:** - Rebase to Alpine 3.19.
* **12.07.23:** - Rebase to Alpine 3.18.
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
* **02.05.22:** - Rebase to Alpine 3.15.
Expand Down

0 comments on commit 6e4ac4b

Please sign in to comment.