Tilo Spannagel

Results 9 comments of Tilo Spannagel

There is currently no way to change the UID and GID. I think this is supported by the parent image. But the entrypoint script does not properly support it.

this should be possible. this works for me: `docker run --user 1234 -p 8080:80 --sysctl net.ipv4.ip_unprivileged_port_start=0 nextcloud`

To me this looks like there is no `supervisord.conf` file in the directory where your Dockerfile is located

> Is there any official statement answering those points from Matrix? https://matrix.org/blog/2019/06/30/tightening-up-privacy-in-matrix https://matrix.org/blog/2019/09/27/privacy-improvements-in-synapse-1-4-and-riot-1-4

1 and 2 are not really an option because it wouldn't work for users other than root and www-data. Instead we would need to chmod 777 them. It there any...

> I can't verify that, have a look at the commands: Yes the entrypoint scipt and apache/fpm master process run as root by default. I meant that the processes that...

it happens if `generate-stackbrew-library.sh` is run after a new version is released but the repo is not yet updated by `update.sh`. It shouldn't be a huge problem because it will...

This would also be useful for the docker image. At the moment i have to update the tags manually. See for example: https://github.com/nextcloud/docker/pull/397

@MorrisJobke is there any reason why this request has gotten almost zero attention?