Permissions | Tags | Architectures | Versions | Flavours | Extensions | Tools | Env Vars | Volumes | Base Images
- Overview
/etc/php-custom.d/
/etc/php-fpm-custom.d/
/startup.1.d/
/startup.2.d/
/var/log/php/
/var/mail/
/etc/supervisor/custom.d/
/etc/bashrc-devilbox.d/
/shared/backups/
/ca/
The following table gives an overview about which volume is available to which flavour.
Docker Volume | base |
mods |
prod |
slim |
work |
---|---|---|---|---|---|
/etc/php-custom.d/ |
✓ | ✓ | ✓ | ||
/etc/php-fpm-custom.d/ |
✓ | ✓ | ✓ | ||
/startup.1.d/ |
✓ | ✓ | ✓ | ||
/startup.2.d/ |
✓ | ✓ | ✓ | ||
/var/log/php/ |
✓ | ✓ | ✓ | ||
/var/mail/ |
✓ | ✓ | ✓ | ||
/etc/supervisor/custom.d/ |
✓ | ✓ | ✓ | ||
/etc/bashrc-devilbox.d/ |
✓ | ✓ | |||
/shared/backups/ |
✓ | ✓ | |||
/ca/ |
✓ | ✓ |
Mount this directory into your host system and add custom PHP *.ini
files in order to alter PHP behaviour.
Mount this directory into your host system and add custom PHP-FPM *.conf
files in order to alter PHP-FPM behaviour.
Any executable scripts ending by *.sh
found in this directory will be executed during startup. This is useful to supply additional commands (such as installing custom software) when the container starts up. (will run before /startup.2.d
).
Any executable scripts ending by *.sh
found in this directory will be executed during startup. This is useful to supply additional commands (such as installing custom software) when the container starts up. (will run after /startup.1.d
).
When setting environment variable DOCKER_LOGS
to 0
, PHP and PHP-FPM log files will be available in this directory.
Emails caught be the postfix catch-all (ENABLE_MAIL=2
) will be available in this directory.
Mount this directory into your host computer and add your own *.conf
supervisor start-up files.
Note: Directory and file permission will be recursively set to this of NEW_UID
and NEW_GID
.
Mount this directory into your host computer and add custom configuration files for bash
and other tools.
Mount this directory into your host computer to access MySQL backups created by mysqldump-secure.
Mount this directory into your host computer to bake any *.crt
file that is located in there as a trusted SSL entity.