We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f48189 commit 5bd7e26Copy full SHA for 5bd7e26
examples/nginx-php/docker-compose.yml
@@ -25,6 +25,7 @@ services:
25
hostname: php
26
volumes:
27
- ${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
29
container_name: php
30
restart: unless-stopped
31
working_dir: /var/www
0 commit comments