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

[Bug] Provide a short description of the bug here #239

Open
MatzeMuc86 opened this issue Dec 11, 2024 · 2 comments
Open

[Bug] Provide a short description of the bug here #239

MatzeMuc86 opened this issue Dec 11, 2024 · 2 comments
Labels

Comments

@MatzeMuc86
Copy link

Current Behavior

Files are downloaded properly but can not be seen by same user until rights are re-written on host

Expected Behavior

Files can be seen by user specified by user-id on the ost

Steps To Reproduce

Download any file and try to see the file within host system

Environment

Synology DS 7.2

Container creation

services: jdownloader: container_name: jdownloader image: jlesage/jdownloader-2:latest hostname: jdownloader domainname: xxx #user: 1027:100 ports: - "5800:5800" - "3129:3129" # - "5900:5900" environment: TZ: "Europe/Berlin" USER_ID: 1027 GROUP_ID: 100 KEEP_APP_RUNNING: 1 #SUP_GROUP_IDS: 666 MYJD_USER: xx MYJD_PASSWORD: xx MYJD_DEVICE_NAME: JDownloader@Docker UMASK: "0002" dns: #- 192.168.186.2 - 9.9.9.9 volumes: - /volume3/docker/jdownloader/config:/config:rw - /volume1/Downloads/JDownloader:/output:rw #- /volume3/Downloads:/output:rw restart: always

Container log

-

Container inspect

No response

Anything else?

No response

@MatzeMuc86 MatzeMuc86 added the bug label Dec 11, 2024
@jlesage
Copy link
Owner

jlesage commented Dec 11, 2024

Files created by the container should be owned by user ID 1027 and group ID 100. Is this the case ?

@MatzeMuc86
Copy link
Author

You are right - issue must be on some other app using the files later and not seeing them. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants