docker-centos8/Dockerfile ports: - "8081:80" tmpfs: - /tmp - /run stop_signal: SIGRTMIN+3 volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - .:/var/www/html - ./docker-centos8/www.conf:/etc/php-fpm.d/www.conf - ./docker-centos8/httpd.conf:/etc/httpd/conf/httpd.conf - ./docker-centos8/php.ini:/etc/php.ini http://localhost:8081/ (参考) Docker実践ガイド 第2版 ;listen.owner = nobody ;listen.group = nobody listen.owner = apache listen.group = apache ;listen.acl_users = apache,nginx [pool www] failed to read the ACL of the socket '/run/php-fpm/www.sock': Operation not supported (95) www.conf systemd関連の設定