mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
Update overview.md
Starting with latest docker version 25.05 the ``version`` line is now obsolete in docker compose files
This commit is contained in:
parent
09074e23a5
commit
7ad2e97dba
1 changed files with 0 additions and 2 deletions
|
@ -93,7 +93,6 @@ docker run -it -v "X:\Media\Plex Meta Manager\config:/config:rw" meisnate12/plex
|
|||
This is an example docker-compose which will have to be edited to suit your environment before use, but illustrates the minimal contents:
|
||||
|
||||
```yaml
|
||||
version: "2.1"
|
||||
services:
|
||||
plex-meta-manager:
|
||||
image: meisnate12/plex-meta-manager
|
||||
|
@ -120,7 +119,6 @@ This example docker-compose would create a container that runs immediately upon
|
|||
As with the one above, this is an example docker-compose which will have to be edited to suit your environment before use.
|
||||
|
||||
```yaml
|
||||
version: "2.1"
|
||||
services:
|
||||
plex-meta-manager:
|
||||
image: meisnate12/plex-meta-manager
|
||||
|
|
Loading…
Reference in a new issue