davideisinger.com

My personal website
Log | Files | Refs | README

commit e6ab131e6ea11b22d24de5b601f7730da4a180b9
parent 3317e6c87e23317b0290d024058223ec4a032bc4
Author: David Eisinger <[email protected]>
Date:   Wed, 29 Jan 2025 00:49:19 -0500

Fix messed-up OL styling

Diffstat:
Mcontent/elsewhere/local-docker-best-practices/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/elsewhere/local-docker-best-practices/index.md b/content/elsewhere/local-docker-best-practices/index.md @@ -35,7 +35,7 @@ purposes, most of these principles don't apply. Our typical setup involves the following containers, orchestrated with Docker Compose: 1. The application (e.g. Rails, Django, or Phoenix) -2. A JavaScript watcher/compiler (e.g. `webpack-dev-server`) +2. <span>A JavaScript watcher/compiler (e.g. `webpack-dev-server`)</span> 3. A database (typically PostgreSQL) 4. Additional necessary infrastructure (e.g. Redis, ElasticSearch, Mailhog)