This commit is contained in:
parent
224da824af
commit
e485e2bb42
@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
paths-ignore: # Files in here will not trigger a build
|
||||
- "README.md"
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
12
README.md
12
README.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user