redis:
image: redis:6.2
command: redis-server /usr/local/etc/redis/redis.conf
env_file:
- ./.env
restart: always
volumes:
- ./docker/redis/redis.conf:/usr/local/etc/redis/redis.conf
- data-volume:/data
expose:
- "6379"
invalid option: --with-mysql
running: make INSTALL_ROOT="/private/tmp/pear/temp/pear-build-artemsokolov7phCP1/install-PDO-1.0.3" install
Installing shared extensions: /private/tmp/pear/temp/pear-build-artemsokolov7phCP1/install-PDO-1.0.3/usr/local/Cellar/php/7.4.6_1/pecl/20190902/
cp: modules/*: No such file or directory
make: *** [install-modules] Error 1
ERROR: `make INSTALL_ROOT="/private/tmp/pear/temp/pear-build-artemsokolov7phCP1/install-PDO-1.0.3" install' failed