Comment on Another permission question
JASN_DE@feddit.de 11 months agoThe 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”.
Comment on Another permission question
JASN_DE@feddit.de 11 months agoThe 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 11 months ago
When I run:
docker exec -it nextcloud bash
I get:root@nextcloud:/var/www/html#
, does this mean it uses www?