Use single data mount for deploy, remove legacy jukebox sounds path
Sounds now live in /mnt/cache/appdata/gaming-hub/data/sounds/ directly — no separate mount needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8a7f9fd93f
commit
aa7ce227b0
1 changed files with 0 additions and 1 deletions
|
|
@ -117,7 +117,6 @@ jobs:
|
|||
-e DISCORD_CLIENT_ID="${{ secrets.DISCORD_CLIENT_ID }}" \
|
||||
-e DISCORD_CLIENT_SECRET="${{ secrets.DISCORD_CLIENT_SECRET }}" \
|
||||
-v /mnt/cache/appdata/gaming-hub/data:/data:rw \
|
||||
-v /mnt/cache/appdata/dockge/container/jukebox/sounds/:/data/sounds:rw \
|
||||
"$DEPLOY_IMAGE"
|
||||
|
||||
docker ps --filter name="$CONTAINER_NAME"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue