mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-04 03:54:56 +01:00
docs(release): update doc version from 1.8.2 to 1.8.3
This commit is contained in:
@@ -16,10 +16,10 @@ Here I'll show you two options with Docker.
|
||||
### By using the provided Dockerfile
|
||||
|
||||
```bash
|
||||
docker build https://github.com/sablierapp/sablier.git#v1.8.2:plugins/caddy -t caddy:with-sablier
|
||||
docker build https://github.com/sablierapp/sablier.git#v1.8.3:plugins/caddy -t caddy:with-sablier
|
||||
```
|
||||
|
||||
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.2`)
|
||||
**Note:** You can change `main` for any other branch (such as `beta`, or tags `v1.8.3`)
|
||||
|
||||
### By updating your Caddy Dockerfile
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ services:
|
||||
- --providers.docker=true
|
||||
- --providers.file.filename=/etc/traefik/dynamic-config.yml
|
||||
- --experimental.plugins.sablier.moduleName=github.com/sablierapp/sablier/plugins/traefik
|
||||
- --experimental.plugins.sablier.version=v1.8.2
|
||||
- --experimental.plugins.sablier.version=v1.8.3
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user