diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 469b6db..ba5217a 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -4,6 +4,8 @@ on: push: branches: - "master" + paths-ignore: # Files in here will not trigger a build + - "README.md" jobs: docker: diff --git a/README.md b/README.md index 99a237a..997c4fc 100644 --- a/README.md +++ b/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 +```