Tilo Spannagel

Results 3 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