Skip to content

Commit 5bd7e26

Browse files
authored
Update docker-compose.yml
add option for custom php.ini
1 parent 1f48189 commit 5bd7e26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/nginx-php/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ services:
2525
hostname: php
2626
volumes:
2727
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/www-data:/var/www # must be same path to www-data as above
28+
#- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/php/custom-php.ini:/usr/local/etc/php/conf.d/php.ini:ro
2829
container_name: php
2930
restart: unless-stopped
3031
working_dir: /var/www

0 commit comments

Comments
 (0)