From e485e2bb427100ee8e0f210bad017c5bcc1c8526 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 13 Jan 2024 20:07:08 +0000 Subject: [PATCH] update readme --- .gitea/workflows/publish.yml | 2 ++ README.md | 12 ++++++++++++ 2 files changed, 14 insertions(+) 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 +```