mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 06:28:21 +01:00
docs(release): update doc version from 1.8.0-beta.13 to 1.8.0-beta.14 [skip ci]
This commit is contained in:
committed by
Alexis Couvreur
parent
8b092fd17a
commit
4cc52d0280
@@ -16,12 +16,12 @@ Here I'll show you two options with Docker.
|
||||
### By using the provided Dockerfile
|
||||
|
||||
```
|
||||
docker build https://github.com/acouvreur/sablier.git#v1.8.0-beta.13:plugins/caddy
|
||||
docker build https://github.com/acouvreur/sablier.git#v1.8.0-beta.14:plugins/caddy
|
||||
--build-arg=CADDY_VERSION=2.6.4
|
||||
-t caddy:2.6.4-with-sablier
|
||||
```
|
||||
|
||||
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.0-beta.13`)
|
||||
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.0-beta.14`)
|
||||
|
||||
### By updating your Caddy Dockerfile
|
||||
|
||||
@@ -29,7 +29,7 @@ docker build https://github.com/acouvreur/sablier.git#v1.8.0-beta.13:plugins/cad
|
||||
ARG CADDY_VERSION=2.6.4
|
||||
FROM caddy:${CADDY_VERSION}-builder AS builder
|
||||
|
||||
ADD https://github.com/acouvreur/sablier.git#v1.8.0-beta.13 /sablier
|
||||
ADD https://github.com/acouvreur/sablier.git#v1.8.0-beta.14 /sablier
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/acouvreur/sablier/plugins/caddy=/sablier/plugins/caddy
|
||||
|
||||
@@ -17,7 +17,7 @@ experimental:
|
||||
plugins:
|
||||
sablier:
|
||||
moduleName: "github.com/acouvreur/sablier"
|
||||
version: "v1.8.0-beta.13"
|
||||
version: "v1.8.0-beta.14"
|
||||
```
|
||||
|
||||
2. Configure the plugin using the Dynamic Configuration. Example:
|
||||
@@ -72,7 +72,7 @@ services:
|
||||
- --providers.docker=true
|
||||
- --providers.file.filename=/etc/traefik/dynamic-config.yml
|
||||
- --experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier/plugins/traefik
|
||||
- --experimental.plugins.sablier.version=v1.8.0-beta.13
|
||||
- --experimental.plugins.sablier.version=v1.8.0-beta.14
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
@@ -80,7 +80,7 @@ services:
|
||||
- './dynamic-config.yml:/etc/traefik/dynamic-config.yml'
|
||||
|
||||
sablier:
|
||||
image: acouvreur/sablier:1.8.0-beta.13
|
||||
image: acouvreur/sablier:1.8.0-beta.14
|
||||
command:
|
||||
- start
|
||||
- --provider.name=docker
|
||||
|
||||
Reference in New Issue
Block a user