Update README
Rephrasing point 3 instead of using a note. See: https://github.com/dunglas/symfony-docker/pull/621#discussion_r1581847328
This commit is contained in:
parent
335503de66
commit
bfdd75e73f
@ -9,12 +9,10 @@ with [FrankenPHP](https://frankenphp.dev) and [Caddy](https://caddyserver.com/)
|
|||||||
|
|
||||||
1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) (v2.10+)
|
1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) (v2.10+)
|
||||||
2. Run `docker compose build --no-cache` to build fresh images
|
2. Run `docker compose build --no-cache` to build fresh images
|
||||||
3. Run `docker compose up --pull always -d --wait` to start the project
|
3. Run `docker compose up --pull always -d --wait` to set up and start a fresh Symfony project
|
||||||
4. Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334)
|
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.
|
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
|
## Features
|
||||||
|
|
||||||
* Production, development and CI ready
|
* Production, development and CI ready
|
||||||
|
Loading…
x
Reference in New Issue
Block a user