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
|
||||
|
@ -48,7 +44,7 @@ x-casaos:
|
|||
pl_pl: resilio-sync to aplikacja oparta na Dockerze, umożliwiająca szybką i bezpieczną synchronizację i udostępnianie plików.
|
||||
pt_br: resilio-sync é um aplicativo baseado em Docker que permite a sincronização e compartilhamento de arquivos de forma rápida e segura.
|
||||
sv_se: resilio-sync är en Docker-baserad applikation som möjliggör snabb och säker filsynkronisering och delning.
|
||||
uk_ua: resilio-sync - це додаток на основі Docker, який забезпечує швидку і безпечну синхронізацію та обмін файлами.
|
||||
uk_ua: resilio-sync - це додаток на основі Docker, який забезпечує швидку і безпечну синхронізацію та обмін файлами.
|
||||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Resilio-sync/icon.png
|
||||
screenshot_link:
|
||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Resilio-sync/screenshot-1.png
|
||||
|
|
|
@ -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