Bot Updating Templated Files
This commit is contained in:
parent
6727e5dab6
commit
af322e83de
5 changed files with 25 additions and 8 deletions
|
|
@ -33,7 +33,6 @@ Find us at:
|
|||
[](https://github.com/linuxserver/docker-plex/releases)
|
||||
[](https://github.com/linuxserver/docker-plex/packages)
|
||||
[](https://gitlab.com/linuxserver.io/docker-plex/container_registry)
|
||||
[](https://microbadger.com/images/linuxserver/plex "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/plex)
|
||||
[](https://hub.docker.com/r/linuxserver/plex)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-plex/job/master/)
|
||||
|
|
@ -105,9 +104,7 @@ We automatically add the necessary environment variable that will utilise all th
|
|||
|
||||
Here are some example snippets to help you get started creating a container.
|
||||
|
||||
### docker-compose ([recommended](https://docs.linuxserver.io/general/docker-compose))
|
||||
|
||||
Compatible with docker-compose v2 schemas.
|
||||
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
|
||||
|
||||
```yaml
|
||||
---
|
||||
|
|
@ -129,7 +126,7 @@ services:
|
|||
restart: unless-stopped
|
||||
```
|
||||
|
||||
### docker cli
|
||||
### docker cli ([click here for more info](https://docs.docker.com/engine/reference/commandline/cli/))
|
||||
|
||||
```bash
|
||||
docker run -d \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue