Skip to content

Commit ab363b3

Browse files
committed
doc-fixes
1 parent 609004e commit ab363b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ services:
136136
restart: unless-stopped
137137

138138
crowdsec-manager:
139-
image: hhftechnology/crowdsec-manager:pangolin
139+
image: hhftechnology/crowdsec-manager:latest
140140
container_name: crowdsec-manager
141141
network_mode: service:tailscale # This is the magic: it merges networking with the Tailscale container
142142
depends_on:

docs/src/app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const metadata: Metadata = {
2828

2929
const quickInstall = `services:
3030
crowdsec-manager:
31-
image: hhftechnology/crowdsec-manager:1.1.0
31+
image: hhftechnology/crowdsec-manager:2.1.0
3232
container_name: crowdsec-manager
3333
restart: unless-stopped
3434
expose:
@@ -61,7 +61,7 @@ export default function HomePage() {
6161
Stable Release
6262
</p>
6363
<h1 className="mb-4 text-4xl font-extrabold tracking-tight text-foreground lg:text-6xl">
64-
CrowdSec Manager 1.1.0
64+
CrowdSec Manager 2.1.0
6565
</h1>
6666
<p className="mx-auto mb-8 max-w-3xl text-base text-muted-foreground lg:text-lg">
6767
Manage CrowdSec, Traefik integration, decisions, scenarios, logs, backups, and updates

0 commit comments

Comments
 (0)