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

user for container is still taken as root even after specifying puid and pgid #46

Open
hackmonker opened this issue Jan 19, 2024 · 0 comments

Comments

@hackmonker
Copy link

  auto-m4b:
    image: seanap/auto-m4b
    container_name: auto-m4b
    volumes:
      - /opt/containers/auto-m4b:/config
      - /mnt/local/Processing/Audiobooks:/temp
    environment:
      - PUID=1000
      - PGID=1000
      - CPU_CORES=2
      - SLEEPTIME=1m
      - MAKE_BACKUP=N

This is my config but the permissions for folders and /config is still root. is this intended behavior? since it affects further movement of the files under the personal user which has puid and pgid as 1000

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

No branches or pull requests

1 participant