diff --git a/.gitignore b/.gitignore index c91d67b..1730f61 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ nginx-srv/sites-available nginx-srv/www multi-php-fpm/etc +multi-php-fpm/run # diff --git a/docker-compose-dev.yaml b/docker-compose-dev.yaml index e3ce8fd..96d1ccb 100644 --- a/docker-compose-dev.yaml +++ b/docker-compose-dev.yaml @@ -14,4 +14,4 @@ services: restart: unless-stopped volumes: - ./multi-php-fpm/etc/php:/etc/php - - ./multi-php-fpm/etc/php:/run/php + - ./multi-php-fpm/run/php:/run/php