docker-uhttpd
docker-uhttpd copied to clipboard
Don't touch /www permissions
Hi,
I'm not sure about the reason you create shell wrapper around the daemon and this is fine but in my case it is problematic to change /www permissions because it is a volume from another container and is owned by root and all permissions are already fine.
So' I removed this and also the shell wrapper entirely. For me it still works as intended. Feel free to accept this pull request if it works for you or just drop it ;-)
Cheers,