From 09d6bf3673fdc52aab418eadc36ede1ce172eebc Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 12 Oct 2024 15:23:21 +0900 Subject: [PATCH] Replace reference to nginx container image with one to Traefik container image on docs/container-images.md Signed-off-by: Suguru Hirahara --- docs/container-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/container-images.md b/docs/container-images.md index 11c278d23..027bfb2a2 100644 --- a/docs/container-images.md +++ b/docs/container-images.md @@ -19,7 +19,7 @@ These services are enabled and used by default, but you can turn them off, if yo - [devture/exim-relay](https://hub.docker.com/r/devture/exim-relay/) - the [Exim](https://www.exim.org/) email server (optional) -- [nginx](https://hub.docker.com/_/nginx/) - the [nginx](http://nginx.org/) web server (optional) +- [Traefik](https://hub.docker.com/_/traefik/) - the [Traefik](https://traefik.io/) web server (optional) - [certbot/certbot](https://hub.docker.com/r/certbot/certbot/) - the [certbot](https://certbot.eff.org/) tool for obtaining SSL certificates from [Let's Encrypt](https://letsencrypt.org/) (optional)