Fix docker-compose for use non-locally

This commit is contained in:
Nabeel Shahzad 2021-05-25 13:14:08 -04:00
parent 728b033675
commit 8a591c11a5

View File

@ -9,7 +9,8 @@ services:
DB_HOST: mysql DB_HOST: mysql
REDIS_HOST: redis REDIS_HOST: redis
volumes: 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 - ./resources/docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
depends_on: depends_on:
- mysql - mysql