File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
5353If the reverse proxy is configured correctly, you should be able to visit ` webapp.local ` in your browser and be
5454greeted 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
172172You 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
278278You 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:
You can’t perform that action at this time.
0 commit comments