kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
d6f9f724e5
commit
5910d93aeb
|
@ -10,7 +10,6 @@ title: xbackbone
|
||||||
[](https://github.com/linuxserver/docker-xbackbone/releases)
|
[](https://github.com/linuxserver/docker-xbackbone/releases)
|
||||||
[](https://github.com/linuxserver/docker-xbackbone/packages)
|
[](https://github.com/linuxserver/docker-xbackbone/packages)
|
||||||
[](https://gitlab.com/linuxserver.io/docker-xbackbone/container_registry)
|
[](https://gitlab.com/linuxserver.io/docker-xbackbone/container_registry)
|
||||||
[](https://microbadger.com/images/linuxserver/xbackbone "Get your own version badge on microbadger.com")
|
|
||||||
[](https://hub.docker.com/r/linuxserver/xbackbone)
|
[](https://hub.docker.com/r/linuxserver/xbackbone)
|
||||||
[](https://hub.docker.com/r/linuxserver/xbackbone)
|
[](https://hub.docker.com/r/linuxserver/xbackbone)
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-xbackbone/job/main/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-xbackbone/job/main/)
|
||||||
|
@ -49,11 +48,9 @@ For reverse proxying, remember to change the `base_url` in `/config/www/xbackbon
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Here are some example snippets to help you get started creating a container from this image.
|
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
|
||||||
|
|
||||||
### docker-compose ([recommended](https://docs.linuxserver.io/general/docker-compose))
|
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
|
||||||
|
|
||||||
Compatible with docker-compose v2 schemas.
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
|
@ -74,7 +71,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
### docker cli
|
### docker cli ([click here for more info](https://docs.docker.com/engine/reference/commandline/cli/))
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
|
|
Ładowanie…
Reference in New Issue