From 56a6226d08618cc913906ceaba01d06c4c9f2c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Fri, 6 Oct 2023 11:54:14 +0200 Subject: [PATCH] Be a bit more consistent in the documentation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c16ca85..17490a6 100644 --- a/README.md +++ b/README.md @@ -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: BLACKFIRE_CLIENT_TOKEN: blackfire: - image: blackfire/blackfire + image: 'blackfire/blackfire' environment: BLACKFIRE_SERVER_ID: BLACKFIRE_SERVER_TOKEN: @@ -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'