Loading docker-compose.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ services: - ./fpm-debug.conf:/usr/local/etc/php-fpm.d/debug.conf # - ./php-debug.ini:/usr/local/etc/php/conf.d/debug.ini - ./wp-debug.php:/etc/wordpress/wp-debug.php - ./wp-conf.d:/etc/wordpress/wp-conf.d entrypoint: [/bin/wait-for, /bin/entrypoint] command: [php-fpm] database: Loading wp-conf.d/.gitignore 0 → 100644 +0 −0 Empty file added. Loading
docker-compose.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ services: - ./fpm-debug.conf:/usr/local/etc/php-fpm.d/debug.conf # - ./php-debug.ini:/usr/local/etc/php/conf.d/debug.ini - ./wp-debug.php:/etc/wordpress/wp-debug.php - ./wp-conf.d:/etc/wordpress/wp-conf.d entrypoint: [/bin/wait-for, /bin/entrypoint] command: [php-fpm] database: Loading