pywb icon indicating copy to clipboard operation
pywb copied to clipboard

Docker has permissions issues

Open jtagcat opened this issue 2 years ago • 1 comments

Describe the bug

groupadd: GID '65534' already exists
groupmod: group 'archivist' does not exist
groupadd: GID '65534' already exists
groupmod: group 'archivist' does not exist

Steps to reproduce the bug

  1. Online without any collections
  2. Add a collection
  3. Bootloop

Additional context

Might be related to NFS not allowing chown.

jtagcat avatar Feb 19 '23 23:02 jtagcat

It sounds like you are building and starting the Docker container using docker instead of using docker compose? What does your command look like to add the collection?

edsu avatar Apr 11 '23 10:04 edsu