Comment on Another permission question
atek@lemm.ee 1 year agohow 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
atek@lemm.ee 1 year agohow 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.
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?