Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Docker user permission #310

Open
alannssantos opened this issue Aug 26, 2022 · 0 comments
Open

Docker user permission #310

alannssantos opened this issue Aug 26, 2022 · 0 comments

Comments

@alannssantos
Copy link

Gives the PUID and PGID doesn't make the user the owner.
Only the root have permission.

docker run -d \
  --name=tanoshi \
  -e PUID=1000 \
  -e PGID=1000 \
  -p 8080:80 \
  -v $HOME/.docker/tanoshi:/config \
  -v <path of manga>:/tanoshi/downloads \
  -v <path of manga>:/tanoshi/mangas \
  --restart unless-stopped \
  faldez/tanoshi

Really good work, thanks.

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

No branches or pull requests

1 participant