From 3896db63fcce48f0a0306e9714d195c08634bbb3 Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Sun, 2 Apr 2023 00:10:04 -0400 Subject: [PATCH] docs: remove empty content --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a21eac2..e4c432b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Which allows you to start your containers on demand and shut them down automatic - [Configuration File](#configuration-file) - [Environment Variables](#environment-variables) - [Arguments](#arguments) - - [](#) - [Install Sablier on its own](#install-sablier-on-its-own) - [Use the Docker image](#use-the-docker-image) - [Use the binary distribution](#use-the-binary-distribution) @@ -84,11 +83,11 @@ It leverage the API calls to Sablier to your reverse proxy middleware to wake up ![Reverse Proxy Integration](./docs/img/reverse-proxy-integration.png) -| Reverse Proxy | Docker | Docker Swarm mode | Kubernetes | Podman | -| ----------------------------- | :-----------: | :---------------: | :-----------: | :-------------------------------------------------------: | -| [Traefik](./plugins/traefik/) | ✅ | ✅ | ✅ *(partial)* | [See #70](https://github.com/acouvreur/sablier/issues/70) | -| [Nginx](./plugins/nginx/) | ✅ | ✅ | ❌ | -| [Caddy](./plugins/caddy/) | ✅ | ✅ | ❌ | +| Reverse Proxy | Docker | Docker Swarm mode | Kubernetes | Podman | +| ----------------------------- | :----: | :---------------: | :-----------: | :-------------------------------------------------------: | +| [Traefik](./plugins/traefik/) | ✅ | ✅ | ✅ *(partial)* | [See #70](https://github.com/acouvreur/sablier/issues/70) | +| [Nginx](./plugins/nginx/) | ✅ | ✅ | ❌ | +| [Caddy](./plugins/caddy/) | ✅ | ✅ | ❌ | ## Guides @@ -203,8 +202,6 @@ Becomes sablier start --strategy.dynamic.custom-themes-path /my/path ``` -### - ## Install Sablier on its own You can install Sablier with the following flavors: