Fix docker-compose for use non-locally

pull/1207/head
Nabeel Shahzad 3 years ago
parent 728b033675
commit 8a591c11a5

@ -9,7 +9,8 @@ services:
DB_HOST: mysql
REDIS_HOST: redis
volumes:
- ./:/var/www
# Uncomment this line if you want to use this for local testing
# - ./:/var/www
- ./resources/docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
depends_on:
- mysql

Loading…
Cancel
Save