Skip to content

Commit

Permalink
docs: use apache-fpm for Kirby CMS (ddev#6698) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev authored Nov 7, 2024
1 parent da658c0 commit fd284f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/users/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ Start a new [Kirby CMS](https://getkirby.com) project or use an existing one.
mkdir my-kirby-site && cd my-kirby-site

# Set up the DDEV environment
ddev config --omit-containers=db
ddev config --omit-containers=db --webserver-type=apache-fpm

# Spin up the project and install the Kirby Starterkit
ddev start
Expand All @@ -409,7 +409,7 @@ Start a new [Kirby CMS](https://getkirby.com) project or use an existing one.
cd my-kirby-site

# Set up the DDEV environment
ddev config --omit-containers=db
ddev config --omit-containers=db --webserver-type=apache-fpm

# Spin up the project
ddev start
Expand Down

0 comments on commit fd284f6

Please sign in to comment.