From ee199275097e9fec2fc855a298aeb39ebc7194c1 Mon Sep 17 00:00:00 2001 From: olomana Date: Sat, 11 Feb 2023 00:26:22 +0000 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6dd08e8..92d7d80 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ Traefik is the networking stack that I'm using for Olomana. The goal here is to **Note that often I had to restart traefik after bringing up other services.** +**Also note that the network that Traefik is set up to scrape needs to match the actual network that docker has, not necessarily what is in traefik.toml. For example traefik-network and traefik_traefik-network have been mixed up for me in the past.** + ### Docker Admin Console (Portainer) 1. Start portainer using the docker-compose file: `docker-compose up -d`.