Skip to content

Commit 93c1289

Browse files
committed
docs: add docker-compose build
1 parent bbf416c commit 93c1289

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ A [Docker](https://www.docker.com/)-based installer and runtime for the [Symfony
77
## Getting Started
88

99
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 --pull --no-cache build` 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)
1213

1314
## Features
1415

0 commit comments

Comments
 (0)