filestash icon indicating copy to clipboard operation
filestash copied to clipboard

[bug] Permission related issue for config.json

Open xd003 opened this issue 6 months ago • 3 comments

  filestash:
    image: machines/filestash
    container_name: filestash
    restart: unless-stopped
    expose:
      - 8334
    volumes:
      - /opt/containers/filestash:/app/data/state/

When deploying filestash using the docker compose. it reports about the error mentioned in the title. The real problem is that filestash container doesn't start as the user i am running the docker compose. It runs as another user which is why the permission related issue. For instance, i am runnning docker with UID/GID 1002 while filestash container runs as UID/GID 1000

xd003 avatar Aug 23 '24 04:08 xd003