Update compose.yaml
This commit is contained in:
parent
4aab33ff96
commit
690f7306ec
1 changed files with 1 additions and 9 deletions
10
compose.yaml
10
compose.yaml
|
|
@ -11,7 +11,7 @@ services:
|
||||||
- /app-config/emby:/config
|
- /app-config/emby:/config
|
||||||
- /app-config/emby_backup:/backup
|
- /app-config/emby_backup:/backup
|
||||||
- data:/data
|
- data:/data
|
||||||
- chris:/chris
|
- /chris:/chris
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp:size=128G,mode=1777
|
- /tmp:size=128G,mode=1777
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -48,11 +48,3 @@ volumes:
|
||||||
device: :/volume1/nas
|
device: :/volume1/nas
|
||||||
o: addr=192.168.7.100,nolock,soft,rw
|
o: addr=192.168.7.100,nolock,soft,rw
|
||||||
type: nfs
|
type: nfs
|
||||||
chris:
|
|
||||||
name: chris_data
|
|
||||||
driver: local
|
|
||||||
driver_opts:
|
|
||||||
device: :/volume1/chris
|
|
||||||
o: addr=192.168.7.100,nolock,soft,rw
|
|
||||||
type: nfs
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue