-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New install: php-fpm not starting #74
Comments
Try without |
What i tried is while the MISP container is running and continuously spawning the two error lines mentioned above, i went into a bash shell edited the
The error message continued ... Even a container restart (which preserves the modification) did not solve it. |
Check the whole file for a second |
Thanks, i did miss this line the first time. Sorry. Now everything seems to startup as it should.
While this looks right the container stays in
And the MISP web page shows the following: At first i thought it was due to my HTTPS reverse proxy which does the TLS offloading and forwards to localhost:8003, but a quick It this maybe related, or should i open a new issue ? |
Additional info in
Solution was to Anyways: This makes the container go healthy and MISP seems to work correctly. |
First time i try containerised MISP. So i pulled the
docker-compose.yml
with thecurl
command you specified into an empty directory.Changed:
And the ports section to
- 127.0.0.1:8003:80
which my nginx https reverse proxy points to.I launched
docker-compose up
which initialised everything correctly as far as i can see, butmisp
container stays unhealthy and does not start correctly.docker-compose up
console shows:Inside the misp container
/var/log/php-fpm/error.log
Didi i miss something ?
Additional info:
OS:
VMware Photon OS 5.0
Docker:
Docker version 20.10.14, build a224086
The text was updated successfully, but these errors were encountered: