File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ A [Docker](https://www.docker.com/)-based installer and runtime for the [Symfony
7
7
## Getting Started
8
8
9
9
1 . If not already done, [ install Docker Compose] ( https://docs.docker.com/compose/install/ )
10
- 2 . Run ` docker-compose up ` (the logs will be displayed in the current shell)
11
- 3 . Open ` https://localhost ` in your favorite web browser and [ accept the auto-generated TLS certificate] ( https://stackoverflow.com/a/15076602/1352334 )
10
+ 2 . Run ` docker-compose build --pull --no-cache ` to build fresh images
11
+ 3 . Run ` docker-compose up ` (the logs will be displayed in the current shell)
12
+ 4 . Open ` https://localhost ` in your favorite web browser and [ accept the auto-generated TLS certificate] ( https://stackoverflow.com/a/15076602/1352334 )
12
13
13
14
## Features
14
15
You can’t perform that action at this time.
0 commit comments