Skip to content

Commit

Permalink
[docs] fixed admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshY committed Dec 28, 2024
1 parent e058a9f commit 703fbc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 703fbc0

Please sign in to comment.