statics bazarr
This commit is contained in:
@@ -10,10 +10,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
# - /path/to/bazarr/config:/config
|
# - /path/to/bazarr/config:/config
|
||||||
# - /path/to/movies:/movies #optional
|
# - /path/to/movies:/movies #optional
|
||||||
- nfs_data/film:/movies #optional
|
# - nfs_data/film:/movies #optional
|
||||||
- nfs_data/tv:/tv #optional
|
- nfs_tv_data:/tv #optional
|
||||||
- '/srv/bazarr:/config'
|
- '/srv/bazarr:/config'
|
||||||
- "nfs_data:/shares"
|
# - "nfs_data:/shares"
|
||||||
ports:
|
ports:
|
||||||
- 6767:6767
|
- 6767:6767
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
nfs_data:
|
nfs_tv_data:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user