Skip to content
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

No way to edit PHP.INI #56

Closed
1nerdyguy opened this issue Nov 4, 2019 · 1 comment
Closed

No way to edit PHP.INI #56

1nerdyguy opened this issue Nov 4, 2019 · 1 comment

Comments

@1nerdyguy
Copy link

Unless I'm missing it, which is quite possible, I don't see a way to edit he PHP.ini file for this to allow me to change things . From what I see, I need to edit it for the max_input_vars and bump it up to allow me to scan like a /22 with full hostnames.

@pierrecdn
Copy link
Owner

Hi,

I agree that this is based on base images and general purpose usage, consequently some realistic setups might require a bit of tuning.
2 ways to do it:

  • add your own php.ini file by using volumes: docker run -ti -d -v /my/php.ini:/usr/local/etc/php/php.ini pierrecdn/phpipam ..
  • fork & edit the php.ini file, but need local rebuild etc.

Should probably answer your concerns. Feel free to reopen if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants