how can i check which accounts are used? I think my normal user account sets up docker, with uid & gid = 1000. I don’t think i created an account in the container so probably root.
Comment on Another permission question
ninjan@lemmy.mildgrim.com 1 year ago
Try telling Docker its rw explicitly:
- /mnt/photos:/photos:rw
It should be rw by default but I can’t see what else could be happening. What account runs docker? What account runs nextcloud inside the container?
atek@lemm.ee 1 year ago
JASN_DE@feddit.de 1 year ago
The official NC docker container uses the “www-data” internally to run the services. This will get important if you ever want to run tasks via “docker compose exec”.
atek@lemm.ee 1 year ago
When I run:
docker exec -it nextcloud bash
I get:root@nextcloud:/var/www/html#
, does this mean it uses www?
possiblylinux127@lemmy.zip 1 year ago
That won’t fix it because its a permission issue at the NFS level