Allow users to disable provided configurations for complete customization options #173
Closed
jaydrogers
started this conversation in
Ideas & Feature Requests
Replies: 2 comments 1 reply
-
i copy my own http.conf in the sites enabled, but i need to do a restart after that. Its not good |
Beta Was this translation helpful? Give feedback.
1 reply
-
This has been launched in our V3 beta https://release-v3-0.docker-php.pages.dev/docs/guide/adding-your-own-start-up-scripts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👉 Describe the problem
👥 Problem evidence & reach
Here is an example from a Discord user. If they want full customization of the image, then they have to run a script to delete our configs, then place their own.
🏆 How to solve this problem
Create an environment variable do disable the enabling of our default server configurations
DISABLE_DEFAULT_CONFIG
true
, then: Do not enable the server configurations we provide. The user will be required to set their own server configuration💯 How do we validate the problem is solved?
Beta Was this translation helpful? Give feedback.
All reactions