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
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/emulatorjs/config
|
source: /DATA/AppData/$AppID/config
|
||||||
target: /config
|
target: /config
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/emulatorjs/data
|
source: /DATA/AppData/$AppID/data
|
||||||
target: /data
|
target: /data
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /ROMS/nes
|
source: /ROMS/nes
|
||||||
target: /data/nes/roms
|
target: /data/nes/roms
|
||||||
devices: []
|
|
||||||
cap_add: []
|
|
||||||
command: []
|
|
||||||
container_name: ""
|
|
||||||
x-casaos:
|
x-casaos:
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
|
|
|
@ -14,7 +14,7 @@ services:
|
||||||
source: /DATA
|
source: /DATA
|
||||||
target: /storage
|
target: /storage
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/HandBrake/watch
|
source: /DATA/AppData/$AppID/watch
|
||||||
target: /watch
|
target: /watch
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/Media
|
source: /DATA/Media
|
||||||
|
@ -25,11 +25,6 @@ services:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/HandBrake/config
|
source: /DATA/AppData/HandBrake/config
|
||||||
target: /config
|
target: /config
|
||||||
devices: []
|
|
||||||
cap_add: []
|
|
||||||
command: []
|
|
||||||
environment: []
|
|
||||||
container_name: ""
|
|
||||||
x-casaos:
|
x-casaos:
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
|
|
|
@ -17,19 +17,15 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/resilio-sync/data
|
source: /DATA/AppData/$AppID/data
|
||||||
target: /sync
|
target: /sync
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/resilio-sync/config
|
source: /DATA/AppData/$AppID/config
|
||||||
target: /config
|
target: /config
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/Downloads
|
source: /DATA/Downloads
|
||||||
target: /downloads
|
target: /downloads
|
||||||
devices: []
|
|
||||||
cap_add: []
|
|
||||||
command: []
|
|
||||||
privileged: false
|
privileged: false
|
||||||
container_name: ""
|
|
||||||
x-casaos:
|
x-casaos:
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
|
|
|
@ -17,13 +17,9 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/snapdrop/config
|
source: /DATA/AppData/$AppID/config
|
||||||
target: /config
|
target: /config
|
||||||
devices: []
|
|
||||||
cap_add: []
|
|
||||||
command: []
|
|
||||||
privileged: false
|
privileged: false
|
||||||
container_name: ""
|
|
||||||
x-casaos:
|
x-casaos:
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
|
|
Loading…
Reference in New Issue