Skip to content

Commit

Permalink
fix(tutorial): remove comment that produce error on container launch (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PiLep authored Nov 20, 2023
1 parent 7b1b982 commit 312b727
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ In this section, we will focus on building the containerized image. With Docker,
4. Create the php-fpm configuration file. The configuration `stubs/php/php-fpm.d/zz-docker.conf` file should be created, and the php-fpm pool configured to render the dynamic pages of the Laravel application. Depending on the needs of your application, you might have to fine-tune the configuration of the process manager. Further information is available in the [php manual](https://www.php.net/manual/en/install.fpm.configuration.php).

```
# stubs/php/php-fpm.d/zz-docker.conf
[global]
daemonize = no
Expand Down

0 comments on commit 312b727

Please sign in to comment.