Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
--pull option requires an argument ("always"|"missing"|"never")
  • Loading branch information
Yoann-TYT authored and maxhelias committed Nov 20, 2023
1 parent 6267609 commit d82099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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+)
2. Run `docker compose build --no-cache` to build fresh images
3. Run `docker compose up --pull -d --wait` to start the project
3. Run `docker compose up --pull always -d --wait` to start the project
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.

Expand Down

0 comments on commit d82099b

Please sign in to comment.