michaelmob / docker-funkwhale

All-in-one funkwhale docker image.
92 stars 18 forks source link

Container created files ownership #60

Open jaroslawjanas opened 3 years ago

jaroslawjanas commented 3 years ago

Can we allow a different user to own the attached volumes? All of the subdirectories and files are root

image

jaller94 commented 2 years ago

You can set a user and group ID as environment variables for the container:

    environment:
      # adapt to the pid/gid that own /srv/funkwhale/data
      - PUID=998
      - PGID=998