Skip to content

Commit 09d44ee

Browse files
Update develop.md for highlighted lines​
1 parent 4ff1ad2 commit 09d44ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/php/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ You can easily add services to your application stack by updating the `compose.y
189189

190190
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.
191191

192-
```yaml {hl_lines="35-42"}
192+
```yaml {hl_lines="42-49"}
193193
services:
194194
server:
195195
build:

0 commit comments

Comments
 (0)