7
All checks were successful
Publish Docker Image / docker (push) Successful in 51s

This commit is contained in:
Lee
2024-01-13 19:51:28 +00:00
parent 74051a0b43
commit 9f871cc50c
9 changed files with 180 additions and 3 deletions

View File

@ -1,2 +1,11 @@
# traefik-helper
This is a helper container for traefik. It can add, remove and update services.
## Usage
DO NOT CHANGE: `/home/config.yml`
```bash
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/traefik/data/config.tml:/home/config.yml fascinateed/traefik-helper:latest
```