diff --git a/services/wolf.sh b/services/wolf.sh index bc9d4fb..bc35a32 100644 --- a/services/wolf.sh +++ b/services/wolf.sh @@ -1107,7 +1107,8 @@ CATALOG = { name='WolfSteam', title='Steam', icon='https://games-on-whales.github.io/wildlife/apps/steam/assets/icon.png', image='ghcr.io/games-on-whales/steam:edge', - mounts=['/etc/localtime:/etc/localtime:ro', '/etc/timezone:/etc/timezone:ro'], + mounts=['/etc/localtime:/etc/localtime:ro', '/etc/timezone:/etc/timezone:ro', + f'{games}/steam-cache:/home/retro/.cache:rw'], env=['PROTON_LOG=1', 'RUN_SWAY=true', 'GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*'], cap_add=['SYS_ADMIN', 'SYS_NICE', 'SYS_PTRACE', 'NET_RAW', 'MKNOD', 'NET_ADMIN'],