File tree 1 file changed +4
-4
lines changed
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
22
22
* [ Reverse proxy | Traefik] ( https://doc.traefik.io/traefik/ ) (Optional)
23
23
* It is assumed that the user has a working development setup for [ Traefik] ( https://doc.traefik.io/traefik/ ) .
24
24
25
- > ![ TIP]
25
+ > [ ! TIP]
26
26
> You can switch out Traefik for any other reverse proxy of your choice (or not use a reverse proxy at all), although
27
27
> this requires additional tweaking of labels (or exposing ports) in the docker compose configuration.
28
28
@@ -53,7 +53,7 @@ task up
53
53
If the reverse proxy is configured correctly, you should be able to visit ` webapp.local ` in your browser and be
54
54
greeted by Symfony's default landing page.
55
55
56
- > ![ NOTE]
56
+ > [ ! NOTE]
57
57
> You can disregard the SSL certificate warnings for development usages.
58
58
59
59
## 📚 Additional services
@@ -171,7 +171,7 @@ services:
171
171
172
172
You can now access Redis at [localhost:6379](localhost:6379).
173
173
174
- > ![ TIP]
174
+ > [! TIP]
175
175
> Use [Redis Insight (v2)](https://github.com/RedisInsight/RedisInsight) to view the data in your Redis container.
176
176
177
177
# ## Messenger & RabbitMQ
@@ -277,7 +277,7 @@ MESSENGER_TRANSPORT_DSN="amqp://${MESSENGER_TRANSPORT_USER}:${MESSENGER_TRANSPOR
277
277
278
278
You can now access the RabbitMQ panel at [rabbitmq.webapp.local](rabbitmq.webapp.local).
279
279
280
- > ![ TIP]
280
+ > [! TIP]
281
281
> You can scale the `messenger` service to use multiple containers to handle messages even faster!
282
282
>
283
283
> Scale `messenger` service with `5` containers:
You can’t perform that action at this time.
0 commit comments