Skip to content

Commit

Permalink
Update README with Symfony set up hint
Browse files Browse the repository at this point in the history
Added a clarification note to README.md to inform users how to set up a Symfony Flex application using the `docker compose up --pull always -d --wait` Docker command. This additional information provides clearer guidance for users looking to set up the application.
  • Loading branch information
l0wskilled committed Apr 27, 2024
1 parent dc170d9 commit fd9ab3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ with [FrankenPHP](https://frankenphp.dev) and [Caddy](https://caddyserver.com/)
4. Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334)
5. Run `docker compose down --remove-orphans` to stop the Docker containers.

> **_NOTE:_** `docker compose up --pull always -d --wait` will set up a Symfony Flex application.
## Features

* Production, development and CI ready
Expand Down

0 comments on commit fd9ab3f

Please sign in to comment.