kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Templated Files
rodzic
cdc716508e
commit
bd2e54e70c
|
@ -40,7 +40,7 @@ docker create \
|
|||
-p 6767:6767 \
|
||||
-v </path/to/bazarr/config>:/config \
|
||||
-v </path/to/movies>:/movies \
|
||||
-v </path/to/tv>:/tv \
|
||||
-v </path/to/tv:/tv \
|
||||
--restart unless-stopped \
|
||||
linuxserver/bazarr
|
||||
```
|
||||
|
@ -69,7 +69,7 @@ services:
|
|||
volumes:
|
||||
- </path/to/bazarr/config>:/config
|
||||
- </path/to/movies>:/movies
|
||||
- </path/to/tv>:/tv
|
||||
- </path/to/tv:/tv
|
||||
ports:
|
||||
- 6767:6767
|
||||
restart: unless-stopped
|
||||
|
|
Ładowanie…
Reference in New Issue