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 Dec 28, 2023
1 parent b7d4ff0 commit 5439cee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/data:/config
- /path/to/xbackbone/config:/config
ports:
- 80:80
- 443:443
Expand All @@ -107,7 +107,7 @@ docker run -d \
-e TZ=Etc/UTC \
-p 80:80 \
-p 443:443 \
-v /path/to/data:/config \
-v /path/to/xbackbone/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/xbackbone:latest
```
Expand All @@ -123,7 +123,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| `-e PUID=1000` | for UserID - see below for explanation |
| `-e PGID=1000` | for GroupID - see below for explanation |
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `-v /config` | config directory volume mapping |
| `-v /config` | Persistent config files |

## Environment variables from files (Docker secrets)

Expand Down Expand Up @@ -301,6 +301,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **28.12.23:** - Rebase to Alpine 3.19 with php 8.3.
* **25.12.23:** - Existing users should update: site-confs/default.conf - Cleanup default site conf.
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **13.04.23:** - Move ssl.conf include to default.conf.
Expand Down

0 comments on commit 5439cee

Please sign in to comment.