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] Can't access folders on NAS #77

Open
QuentinCaldeira opened this issue Aug 21, 2024 · 1 comment
Open

[Bug] Can't access folders on NAS #77

QuentinCaldeira opened this issue Aug 21, 2024 · 1 comment
Labels

Comments

@QuentinCaldeira
Copy link

Current Behavior

I've installed the container with

version: '3'
services:
  mkvtoolnix:
    image: jlesage/mkvtoolnix
    ports:
      - "5800:5800"
    volumes:
      - "/volume1/docker/mkvtoolnix:/config:rw"
      - "/volume1:/storage:rw"
    environment:
      - USER_ID = 1026
      - GROUP_ID = 101

When I access to mkvtoolnix, I can see folder, but there is nothing inside videos, or download. 1026 correspond to my account, and 101 to the admin group. This user and group have permission for rw in those folders. Any idea ?

Expected Behavior

See files

Steps To Reproduce

No response

Environment

Synology DS1821+

Container creation

version: '3'
services:
  mkvtoolnix:
    image: jlesage/mkvtoolnix
    ports:
      - "5800:5800"
    volumes:
      - "/volume1/docker/mkvtoolnix:/config:rw"
      - "/volume1:/storage:rw"
    environment:
      - USER_ID = 1026
      - GROUP_ID = 101

Container log

???

Container inspect

No response

Anything else?

No response

@jlesage
Copy link
Owner

jlesage commented Aug 21, 2024

Did you check that the environment variables are correctly set with docker inspect mkvtoolnix ?. Usually there is no space around the = character:

    environment:
      - USER_ID=1026
      - GROUP_ID=101

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