Skip to content

Commit

Permalink
add more words on traefik usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mhzawadi committed Oct 27, 2024
1 parent ec6398f commit 6fe7d3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6fe7d3d

Please sign in to comment.