diameter
diameter
Hello @Vagabon666 I do not use vpn and don't have any vpn accounts, so I can't implement and debug this improvement. And, I think that vpn connection should be established...
@dannymichel could you please provide more details? how did you run the container and where?
@dannymichel "OS X home" is very funny. But I've been asking about docker run command parameters. By default the container uses 1000:1000 as uid:gid, if you do not have user...
Guys, could you please provide more information? What command line parameters did you use? Nginx usually can't start because the port it tries to bind to is already occupied, or...
@gmx-git can you try to do this: `# docker exec -it /bin/bash` once inside container: `# cd /root` `# ./startup-nginx.sh` and see what it prints
@gmx-git yes, that's issue #33. Please try to add this to your docker run command: `-e NOIPV6=1`
I `strace`d `zmdc.pl` process and found out it floods with errors: ``` prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1073741816, rlim_max=1073741816}) = 0 close(37410982) = -1 EBADF (Bad file descriptor) prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1073741816,...