fix invalid `command` in EmulatorJS, Handbrake, Resilio-sync, Snapdrop (#154)

Signed-off-by: Tiger Wang <tigerwang@outlook.com>
This commit is contained in:
Tiger Wang 2023-05-18 16:22:05 -04:00 committed by GitHub
parent 4d930d5f88
commit 342e48feae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 24 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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