update readme
All checks were successful
Publish Docker Image / docker (push) Successful in 2m16s

This commit is contained in:
Lee 2024-01-13 20:07:08 +00:00
parent 224da824af
commit e485e2bb42
2 changed files with 14 additions and 0 deletions

@ -4,6 +4,8 @@ on:
push:
branches:
- "master"
paths-ignore: # Files in here will not trigger a build
- "README.md"
jobs:
docker:

@ -15,3 +15,15 @@ alias traefik-helper='docker run --rm -v /var/run/docker.sock:/var/run/docker.so
```bash
traefik-helper add [name] [domain] [service url]
```
### Remove service
```bash
traefik-helper remove [name]
```
### List services
```bash
traefik-helper list
```