From 6fe7d3d450bb602ec045eeb3e45aee2d28ccd1a3 Mon Sep 17 00:00:00 2001 From: Matthew Horwood Date: Sun, 27 Oct 2024 20:12:24 +0000 Subject: [PATCH] add more words on traefik usage --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0b4cf4f..5c7e0ab 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ curl https://github.com/mhzawadi/invoiceplane/blob/master/stack-invoiceplane.yml docker stack deploy --compose-file stack-invoiceplane.yml invoiceplane ``` +#### Using the traefik proxy + +If you use the above compose file, you will need to update your `/etc/hosts` file. +you will need to add `127.0.0.1 invoiceplane.docker.local` to it in order that traefik does its routing, else you will get a `404` error page. + ### persistent config if you run docker swarm, you can add your config to docker swarm config and have it persist across containers.