diff --git a/services/wolf.sh b/services/wolf.sh index 463f95b..4b4251b 100644 --- a/services/wolf.sh +++ b/services/wolf.sh @@ -1310,9 +1310,7 @@ CATALOG = { f'{games}/saves:/mnt/games/saves:rw', f'{games}/media:/media:rw', f'{games}/bios:/home/retro/bioses:rw', - f'{games}/retroarch/cores:/home/retro/.config/retroarch/cores:rw', - f'{games}/retroarch/shaders:/home/retro/.config/retroarch/shaders:rw', - f'{games}/retroarch/overlays:/home/retro/.config/retroarch/overlays:rw', + f'{games}/retroarch:/home/retro/.config/retroarch:rw', f'{games}/emulators:/mnt/games/emulators:rw', f'{games}/emulators:/home/retro/Applications:rw'], env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host', @@ -1336,9 +1334,7 @@ CATALOG = { mounts=[f'{games}/roms:/ROMs:rw', f'{games}/saves:/mnt/games/saves:rw', f'{games}/bios:/home/retro/bioses:rw', - f'{games}/retroarch/cores:/home/retro/.config/retroarch/cores:rw', - f'{games}/retroarch/shaders:/home/retro/.config/retroarch/shaders:rw', - f'{games}/retroarch/overlays:/home/retro/.config/retroarch/overlays:rw'], + f'{games}/retroarch:/home/retro/.config/retroarch:rw'], env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host', ulimits=[], privileged=False, ), @@ -2598,9 +2594,7 @@ CATALOG = { f'{games}/saves:/mnt/games/saves:rw', f'{games}/media:/media:rw', f'{games}/bios:/home/retro/bioses:rw', - f'{games}/retroarch/cores:/home/retro/.config/retroarch/cores:rw', - f'{games}/retroarch/shaders:/home/retro/.config/retroarch/shaders:rw', - f'{games}/retroarch/overlays:/home/retro/.config/retroarch/overlays:rw', + f'{games}/retroarch:/home/retro/.config/retroarch:rw', f'{games}/emulators:/mnt/games/emulators:rw', f'{games}/emulators:/home/retro/Applications:rw'], env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host', @@ -2624,9 +2618,7 @@ CATALOG = { mounts=[f'{games}/roms:/ROMs:rw', f'{games}/saves:/mnt/games/saves:rw', f'{games}/bios:/home/retro/bioses:rw', - f'{games}/retroarch/cores:/home/retro/.config/retroarch/cores:rw', - f'{games}/retroarch/shaders:/home/retro/.config/retroarch/shaders:rw', - f'{games}/retroarch/overlays:/home/retro/.config/retroarch/overlays:rw'], + f'{games}/retroarch:/home/retro/.config/retroarch:rw'], env=STD_ENV, cap_add=STD_CAP, security_opt=[], ipc_mode='host', ulimits=[], privileged=False, ),