From 703fbc0def6c0b43cf7b8d3e9baca805a76b48c3 Mon Sep 17 00:00:00 2001 From: ToshY <31921460+ToshY@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:12:40 +0100 Subject: [PATCH] [docs] fixed admonitions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38273cf..2ee4628 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This repository acts as a template to set up basic Symfony webapp with docker co * [Reverse proxy | Traefik](https://doc.traefik.io/traefik/) (Optional) * It is assumed that the user has a working development setup for [Traefik](https://doc.traefik.io/traefik/). -> ![TIP] +> [!TIP] > You can switch out Traefik for any other reverse proxy of your choice (or not use a reverse proxy at all), although > this requires additional tweaking of labels (or exposing ports) in the docker compose configuration. @@ -53,7 +53,7 @@ task up If the reverse proxy is configured correctly, you should be able to visit `webapp.local` in your browser and be greeted by Symfony's default landing page. -> ![NOTE] +> [!NOTE] > You can disregard the SSL certificate warnings for development usages. ## 📚 Additional services @@ -171,7 +171,7 @@ services: You can now access Redis at [localhost:6379](localhost:6379). -> ![TIP] +> [!TIP] > Use [Redis Insight (v2)](https://github.com/RedisInsight/RedisInsight) to view the data in your Redis container. ### Messenger & RabbitMQ