This commit is contained in:
parent
224da824af
commit
e485e2bb42
@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
|
paths-ignore: # Files in here will not trigger a build
|
||||||
|
- "README.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
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
|
```bash
|
||||||
traefik-helper add [name] [domain] [service url]
|
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