Update docker-compose.yml
add option for custom php.ini
This commit is contained in:
parent
1f48189174
commit
5bd7e26592
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ services:
|
|||
hostname: php
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/www-data:/var/www # must be same path to www-data as above
|
||||
#- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/php/custom-php.ini:/usr/local/etc/php/conf.d/php.ini:ro
|
||||
container_name: php
|
||||
restart: unless-stopped
|
||||
working_dir: /var/www
|
||||
|
|
|
|||
Loading…
Reference in a new issue