fix invalid `command` in EmulatorJS, Handbrake, Resilio-sync, Snapdrop (#154)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
This commit is contained in:
parent
4d930d5f88
commit
342e48feae
|
@ -22,18 +22,14 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /DATA/AppData/emulatorjs/config
|
||||
source: /DATA/AppData/$AppID/config
|
||||
target: /config
|
||||
- type: bind
|
||||
source: /DATA/AppData/emulatorjs/data
|
||||
source: /DATA/AppData/$AppID/data
|
||||
target: /data
|
||||
- type: bind
|
||||
source: /ROMS/nes
|
||||
target: /data/nes/roms
|
||||
devices: []
|
||||
cap_add: []
|
||||
command: []
|
||||
container_name: ""
|
||||
x-casaos:
|
||||
architectures:
|
||||
- amd64
|
||||
|
|
|
@ -14,7 +14,7 @@ services:
|
|||
source: /DATA
|
||||
target: /storage
|
||||
- type: bind
|
||||
source: /DATA/AppData/HandBrake/watch
|
||||
source: /DATA/AppData/$AppID/watch
|
||||
target: /watch
|
||||
- type: bind
|
||||
source: /DATA/Media
|
||||
|
@ -25,11 +25,6 @@ services:
|
|||
- type: bind
|
||||
source: /DATA/AppData/HandBrake/config
|
||||
target: /config
|
||||
devices: []
|
||||
cap_add: []
|
||||
command: []
|
||||
environment: []
|
||||
container_name: ""
|
||||
x-casaos:
|
||||
architectures:
|
||||
- amd64
|
||||
|
|
|
@ -17,19 +17,15 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /DATA/AppData/resilio-sync/data
|
||||
source: /DATA/AppData/$AppID/data
|
||||
target: /sync
|
||||
- type: bind
|
||||
source: /DATA/AppData/resilio-sync/config
|
||||
source: /DATA/AppData/$AppID/config
|
||||
target: /config
|
||||
- type: bind
|
||||
source: /DATA/Downloads
|
||||
target: /downloads
|
||||
devices: []
|
||||
cap_add: []
|
||||
command: []
|
||||
privileged: false
|
||||
container_name: ""
|
||||
x-casaos:
|
||||
architectures:
|
||||
- amd64
|
||||
|
|
|
@ -17,13 +17,9 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /DATA/AppData/snapdrop/config
|
||||
source: /DATA/AppData/$AppID/config
|
||||
target: /config
|
||||
devices: []
|
||||
cap_add: []
|
||||
command: []
|
||||
privileged: false
|
||||
container_name: ""
|
||||
x-casaos:
|
||||
architectures:
|
||||
- amd64
|
||||
|
|
Loading…
Reference in New Issue