[go: up one dir, main page]

Skip to content

Support for custom php ini file in docker compose service "dev-cli"

SHORT DESCRIPTION (required)

Add volume map for custom php.ini file into docker compose service dev-cli.

NEW USER HISTORY (required)

In order to customize the docker image for the requirements of each project we may need to add or override some php ini settings.

Having the possibility to map a custom ini file when starting the service will be great for this purpose.

CURRENT BEHAVIOUR (required)

  • Not possible to add or override php ini settings without creating a custom docker image.

EXPECTED BEHAVIOUR (required)

  • Possible to add or override php ini settings by using a custom php ini file mapped from the host into the docker container.

RELATED TO (optional)

N/A

DEPENDS ON (optional)

N/A

LINKS (optional)

N/A