[BUG]: docker bind mount owner #17

Open
opened 2026-09-02 13:00:08 +04:00 by max · 1 comment
Owner

📋 Description

Data owner inside docker container has such uid that in the host system there is no write access to the data files

🔁 Steps to Reproduce

  1. Run docker container
  2. Split a file
  3. Try to get access to the files from the host system with your host user

Expected Behavior

Docker container user has id identical to host system user or can be mapped correctly somehow.

Actual Behavior

Data files are owned by 100999:100999 and there is no write access for my system user

📄 Logs / Screenshots

No response

📦 Audio Splitter Version

commit 539ce3a801

💻 Operating System

Debian 13

🌍 Browser (if applicable)

No response

📎 Additional Context

No response

Submission Checklist

  • I have searched for existing issues (open and closed) that report the same problem
  • I am using the latest stable release of Audio Splitter
  • I have provided clear steps to reproduce the issue
  • I have included relevant logs or error messages (with sensitive info removed)
### 📋 Description Data owner inside docker container has such uid that in the host system there is no write access to the data files ### 🔁 Steps to Reproduce 1. Run docker container 2. Split a file 3. Try to get access to the files from the host system with your host user ### ✅ Expected Behavior Docker container user has id identical to host system user or can be mapped correctly somehow. ### ❌ Actual Behavior Data files are owned by 100999:100999 and there is no write access for my system user ### 📄 Logs / Screenshots _No response_ ### 📦 Audio Splitter Version commit 539ce3a8012658989d11531257e16789b059d251 ### 💻 Operating System Debian 13 ### 🌍 Browser (if applicable) _No response_ ### 📎 Additional Context _No response_ ### ✅ Submission Checklist - [x] I have searched for existing issues (open and closed) that report the same problem - [x] I am using the latest stable release of Audio Splitter - [x] I have provided clear steps to reproduce the issue - [x] I have included relevant logs or error messages (with sensitive info removed)
max added the bug label 2026-09-02 13:00:08 +04:00
max added the deploy label 2026-09-02 15:59:50 +04:00
Author
Owner

Since both web versions allow to download the result, this issue doesn't seem to be crucial

Since both web versions allow to download the result, this issue doesn't seem to be crucial
Sign in to join this conversation.