From 8a679c241253904b6378bc2ef86d499e1ec8323b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 2 May 2020 11:20:21 +0100 Subject: [PATCH] Fix typo --- content/posts/traefik-basics/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/traefik-basics/index.md b/content/posts/traefik-basics/index.md index e4e4f34..6255803 100644 --- a/content/posts/traefik-basics/index.md +++ b/content/posts/traefik-basics/index.md @@ -190,7 +190,7 @@ To add more applications, just start more compose files with more configuration. ## Should you use Traefik? -This is a more difficult question than it may seem. Personally I'm super happy I migrated from Nginx to traefik, and I know plenty of others you feel the same. If you're trying to manage a number of different docker containers on 1 machine, then traefik is something worth looking into. +This is a more difficult question than it may seem. Personally I'm super happy I migrated from Nginx to traefik, and I know plenty of others who feel the same. If you're trying to manage a number of different docker containers on 1 machine, then traefik is something worth looking into. However, if you've just got a couple services, and you're comfortable with Nginx, why rock the boat? Both traefik and nginx are reverse proxies, and they're both really good, you're not going to see performance, security, or really simplicity gains by switching. With that said if you're using docker, it's worth a look into anyway.