Docker error - FPM initialization failed

Hi there

I cannot get your docker to work due to an fpm failing to start error.

[18-May-2017 10:54:01] ERROR: failed to create new listening socket: socket(): Address family not supported by protocol (97)
18-May-2017 10:54:01] ERROR: FPM initialization failed

I have tried both the alpine and non alpine versions with the same issue, so not sure if I’m configured wrongly?

Thanks in advance

docker run -d --name=“invoiceninja” --net=“bridge” -e TZ=“Europe/London” -e HOST_OS=“unRAID” -e “APP_ENV”=“production” -e “APP_DEBUG”=“0” -e “DB_TYPE”=“mysql” -e “DB_HOST”=“localhost” -e “DB_DATABASE”=“ninja” -e “DB_USERNAME”=“ninjauser” -e “DB_PASSWORD”=“redacted” -p 90:80/tcp -v “/mnt/user/data/docker/ninja/logo”:"/var/www/app/public/logo":rw -v “/mnt/user/data/docker/ninja/storage”:"/var/www/app/storage":rw -v “/mnt/user/data/docker/ninja/public”:"/var/www/app/public":rw invoiceninja/invoiceninja:alpine-3.3.1

I think I just replied on another thread, from googling this error most matches mention ipv6 as being the problem.