Skip to content

Commit 4579655

Browse files
committed
[docs] fixed admonitions
1 parent e058a9f commit 4579655

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This repository acts as a template to set up basic Symfony webapp with docker co
2222
* [Reverse proxy | Traefik](https://doc.traefik.io/traefik/) (Optional)
2323
* It is assumed that the user has a working development setup for [Traefik](https://doc.traefik.io/traefik/).
2424

25-
> ![TIP]
25+
> [!TIP]
2626
> You can switch out Traefik for any other reverse proxy of your choice (or not use a reverse proxy at all), although
2727
> this requires additional tweaking of labels (or exposing ports) in the docker compose configuration.
2828
@@ -53,7 +53,7 @@ task up
5353
If the reverse proxy is configured correctly, you should be able to visit `webapp.local` in your browser and be
5454
greeted by Symfony's default landing page.
5555

56-
> ![NOTE]
56+
> [!NOTE]
5757
> You can disregard the SSL certificate warnings for development usages.
5858
5959
## 📚 Additional services
@@ -171,7 +171,7 @@ services:
171171

172172
You can now access Redis at [localhost:6379](localhost:6379).
173173

174-
> ![TIP]
174+
> [!TIP]
175175
> Use [Redis Insight (v2)](https://github.com/RedisInsight/RedisInsight) to view the data in your Redis container.
176176

177177
### Messenger & RabbitMQ
@@ -277,7 +277,7 @@ MESSENGER_TRANSPORT_DSN="amqp://${MESSENGER_TRANSPORT_USER}:${MESSENGER_TRANSPOR
277277

278278
You can now access the RabbitMQ panel at [rabbitmq.webapp.local](rabbitmq.webapp.local).
279279

280-
> ![TIP]
280+
> [!TIP]
281281
> You can scale the `messenger` service to use multiple containers to handle messages even faster!
282282
>
283283
> Scale `messenger` service with `5` containers:

0 commit comments

Comments
 (0)