Bot Updating Documentation

pull/175/head
LinuxServer-CI 2023-12-28 18:33:54 +00:00
rodzic 74f5059ac9
commit d99ca032d0
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -67,7 +67,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- /path/to/data:/config - /path/to/xbackbone/config:/config
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443
@ -84,7 +84,7 @@ docker run -d \
-e TZ=Etc/UTC \ -e TZ=Etc/UTC \
-p 80:80 \ -p 80:80 \
-p 443:443 \ -p 443:443 \
-v /path/to/data:/config \ -v /path/to/xbackbone/config:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/xbackbone:latest lscr.io/linuxserver/xbackbone:latest
``` ```
@ -112,7 +112,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function | | Volume | Function |
| :----: | --- | | :----: | --- |
| `/config` | config directory volume mapping | | `/config` | Persistent config files |
#### Miscellaneous Options #### Miscellaneous Options
@ -299,6 +299,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## 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.12.23:** - Existing users should update: site-confs/default.conf - Cleanup default site conf.
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **13.04.23:** - Move ssl.conf include to default.conf. * **13.04.23:** - Move ssl.conf include to default.conf.