Skip to content

Commit

Permalink
Merge pull request #176 from reload/tweak-example
Browse files Browse the repository at this point in the history
Be a bit more consistent in the documentation
  • Loading branch information
arnested authored Oct 6, 2023
2 parents 3b6bccc + 56a6226 commit 2d77851
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,14 @@ credentials.
Providing an agent in docker compose is easy, as it's just starting
the orignial Blackfire image.

``` yaml
```yaml
php:
image: 'ghcr.io/reload/php-fpm:8.2'
environment:
BLACKFIRE_CLIENT_ID: <your client key>
BLACKFIRE_CLIENT_TOKEN: <your client token>
blackfire:
image: blackfire/blackfire
image: 'blackfire/blackfire'
environment:
BLACKFIRE_SERVER_ID: <your server key>
BLACKFIRE_SERVER_TOKEN: <your server token>
Expand All @@ -239,11 +239,11 @@ For simple development setups we recommend combining it with

```yaml
php:
image: ghcr.io/reload/php-fpm:8.2
image: 'ghcr.io/reload/php-fpm:8.2'
environment:
SMTPSERVER: mail
SMTPSERVER: 'mail'
mail:
image: axllent/mailpit
image: 'axllent/mailpit'
ports:
- '25'
- '80'
Expand Down

0 comments on commit 2d77851

Please sign in to comment.