[pool www] user has not been defined

Interesstingly I've stumled upon this issue. Did anyone had the same issue with the latest version?

Logs:
```
flarum    | [27-Oct-2019 14:44:36] ALERT: [pool www] user has not been defined
flarum    | [27-Oct-2019 14:44:36] ERROR: failed to post process the configuration
flarum    | [27-Oct-2019 14:44:36] ERROR: FPM initialization failed
```

Image-Version:
```
REPOSITORY               TAG                    IMAGE ID            CREATED             SIZE
mondedie/docker-flarum   0.1.0-beta.10-stable   29fd3d414e24        2 weeks ago         453MB
```
pull/43/head
Christoph Kluge 2019-10-27 16:17:43 +01:00 committed by GitHub
parent ac562f51d1
commit 01c171f7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ daemonize = no
error_log = /tmp/php_error.log
[www]
user=nobody
group=nobody
listen = /tmp/php-fpm.sock
pm = ondemand
pm.max_children = 30