From 81fe132daae9453526e3907aa807601948e1cf99 Mon Sep 17 00:00:00 2001 From: happy2discover Date: Tue, 25 Mar 2025 10:02:23 +0800 Subject: [PATCH] =?UTF-8?q?Update=20develop.md=20for=20highlighted=20lines?= =?UTF-8?q?=E2=80=8B=20(#22290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Update develop.md for highlighted lines​ ## Related issues or tickets N/A ## Reviews @aevesdocker @sarahsanders-docker - [ ] Technical review - [ ] Editorial review - [ ] Product review --- content/guides/php/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/php/develop.md b/content/guides/php/develop.md index b503f34b10..865f2de9f1 100644 --- a/content/guides/php/develop.md +++ b/content/guides/php/develop.md @@ -189,7 +189,7 @@ You can easily add services to your application stack by updating the `compose.y Update your `compose.yaml` to add a new service for phpMyAdmin. For more details, see the [phpMyAdmin Official Docker Image](https://hub.docker.com/_/phpmyadmin). The following is the updated `compose.yaml` file. -```yaml {hl_lines="35-42"} +```yaml {hl_lines="42-49"} services: server: build: