Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions Apps/EmulatorJS/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions Apps/Handbrake/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 3 additions & 7 deletions Apps/Resilio-sync/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 1 addition & 5 deletions Apps/Snapdrop/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down