[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
361852fa23
commit
13a5dc23d8
1 changed files with 8 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ services:
|
|||
volumes:
|
||||
- /app-config/sabnzbd/config:/config
|
||||
- usenet:/usenet
|
||||
- tdarr:/tdarr
|
||||
- chris:/chris
|
||||
restart: unless-stopped
|
||||
|
||||
|
|
@ -49,7 +50,13 @@ volumes:
|
|||
device: :/usenet
|
||||
o: addr=10.2.1.1,nolock,soft,rw
|
||||
type: nfs
|
||||
|
||||
tdarr:
|
||||
name: tdarr
|
||||
driver: local
|
||||
driver_opts:
|
||||
device: :/tdarr
|
||||
o: addr=10.2.1.1,nolock,soft,rw
|
||||
type: nfs
|
||||
chris:
|
||||
name: chris_data
|
||||
driver: local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue